Html Css Color HEX #B09EE0 Biloba Flower

📋 copy color: '#B09EE0'

red 176 ◦ green 158 ◦ blue 224

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

Shades of Biloba Flower #B09EE0

Tints of Biloba Flower #B09EE0

RGB

 RED value IS 176 (69.14% from 255) = 31.54%

 GREEN value IS 158 (62.11% from 255) = 28.32%

 BLUE value IS 224 (87.89% from 255) = 40.14%

R = 31.54%
G = 28.32%
B = 40.14%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B09EE0 (or 0xB09EE0) is known color: Biloba Flower. HEX triplet: B0, 9E and E0. RGB value is (176,158,224). Sum of RGB (Red+Green+Blue) = 176+158+224=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 224 (87.89% from 255 or 40.14% from 558); Max value from RGB is 224 - color contains mainly: blue. Hex color #B09EE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09EE0 is #4F611F. Grayscale: #AAAAAA. Windows color (decimal): -5202208 or 14720688. OLE color: 14720688.

HSL color Cylindrical-coordinate representation of color #B09EE0: hue angle of 256.36º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B09EE0 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 158 224 -
CMYK 0.21 0.29 0 0.12
HSL 256.36º 0.52% 0.75% -
HSV(B) 256.36º 0.29% 0.88% -
XYZ 43.59 39.07 75.76 -
YUV 170.91 157.96 131.63 -
System Red Green Blue C M Y K H S L
Decimal 176 158 224 0.21 0.29 0 0.12 256.36 0.52 0.75
Hex B0 9E E0 15 1D 0 C 100 34 4B
Octal 260 236 340 25 35 0 14 400 64 113
Binary 10110000 10011110 11100000 10101 11101 0 1100 100000000 110100 1001011

Color Harmonies of #B09EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09EE0

Black with #B09EE0

Text Example


Text Example

White with #B09EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09EE0; }

 p { color: rgb(176,158,224); }

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

background-color css

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

 a { background-color: rgb(176,158,224); }

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

border-color css

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

 span { border-color: rgb(176,158,224); }

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