Html Css Color HEX #B97CDE Biloba Flower

📋 copy color: '#B97CDE'

red 185 ◦ green 124 ◦ blue 222

#B97CDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B97CDE

Tints of Biloba Flower #B97CDE

RGB

 RED value IS 185 (72.66% from 255) = 34.84%

 GREEN value IS 124 (48.83% from 255) = 23.35%

 BLUE value IS 222 (87.11% from 255) = 41.81%

R = 34.84%
G = 23.35%
B = 41.81%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B97CDE (or 0xB97CDE) is known color: Biloba Flower. HEX triplet: B9, 7C and DE. RGB value is (185,124,222). Sum of RGB (Red+Green+Blue) = 185+124+222=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 124 (48.83% from 255 or 23.35% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #B97CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97CDE is #468321. Grayscale: #999999. Windows color (decimal): -4621090 or 14580921. OLE color: 14580921.

HSL color Cylindrical-coordinate representation of color #B97CDE: hue angle of 277.35º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B97CDE is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 124 222 -
CMYK 0.17 0.44 0 0.13
HSL 277.35º 0.6% 0.68% -
HSV(B) 277.35º 0.44% 0.87% -
XYZ 40.4 30 72.77 -
YUV 153.41 166.71 150.53 -
System Red Green Blue C M Y K H S L
Decimal 185 124 222 0.17 0.44 0 0.13 277.35 0.6 0.68
Hex B9 7C DE 11 2C 0 D 115 3C 44
Octal 271 174 336 21 54 0 15 425 74 104
Binary 10111001 1111100 11011110 10001 101100 0 1101 100010101 111100 1000100

Color Harmonies of #B97CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97CDE

Black with #B97CDE

Text Example


Text Example

White with #B97CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97CDE; }

 p { color: rgb(185,124,222); }

 H1.HeaderClassName
 {
   color: #B97CDE;
 }
 .AnyTagClassName
 {
   color: #B97CDE;
 }
</style>

background-color css

<style>
 a { background-color: #B97CDE; }

 a { background-color: rgb(185,124,222); }

 div.DivClassName
 {
   background-color: #B97CDE;
 }
 .BgClassName
 {
   background-color: #B97CDE;
 }
</style>

border-color css

<style>
 span { border-color: #B97CDE; }

 span { border-color: rgb(185,124,222); }

 td.TdClassName
 {
   border-color: #B97CDE;
 }
 .TagClassName
 {
   border-color: #B97CDE;
 }
</style>