Html Css Color HEX #B97EDE Biloba Flower

📋 copy color: '#B97EDE'

red 185 ◦ green 126 ◦ blue 222

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

Shades of Biloba Flower #B97EDE

Tints of Biloba Flower #B97EDE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.64%

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

R = 34.71%
G = 23.64%
B = 41.65%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B97EDE (or 0xB97EDE) is known color: Biloba Flower. HEX triplet: B9, 7E and DE. RGB value is (185,126,222). Sum of RGB (Red+Green+Blue) = 185+126+222=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 126 (49.61% from 255 or 23.64% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #B97EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97EDE is #468121. Grayscale: #9A9A9A. Windows color (decimal): -4620578 or 14581433. OLE color: 14581433.

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

Color convert

RGB 185 126 222 -
CMYK 0.17 0.43 0 0.13
HSL 276.88º 0.59% 0.68% -
HSV(B) 276.88º 0.43% 0.87% -
XYZ 40.65 30.51 72.85 -
YUV 154.59 166.05 149.69 -
System Red Green Blue C M Y K H S L
Decimal 185 126 222 0.17 0.43 0 0.13 276.88 0.59 0.68
Hex B9 7E DE 11 2B 0 D 115 3B 44
Octal 271 176 336 21 53 0 15 425 73 104
Binary 10111001 1111110 11011110 10001 101011 0 1101 100010101 111011 1000100

Color Harmonies of #B97EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97EDE

Black with #B97EDE

Text Example


Text Example

White with #B97EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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