Html Css Color HEX #B09FEC Biloba Flower

📋 copy color: '#B09FEC'

red 176 ◦ green 159 ◦ blue 236

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

Shades of Biloba Flower #B09FEC

Tints of Biloba Flower #B09FEC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.85%

 BLUE value IS 236 (92.58% from 255) = 41.33%

R = 30.82%
G = 27.85%
B = 41.33%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B09FEC (or 0xB09FEC) is known color: Biloba Flower. HEX triplet: B0, 9F and EC. RGB value is (176,159,236). Sum of RGB (Red+Green+Blue) = 176+159+236=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 159 (62.5% from 255 or 27.85% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #B09FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09FEC is #4F6013. Grayscale: #ACACAC. Windows color (decimal): -5201940 or 15507376. OLE color: 15507376.

HSL color Cylindrical-coordinate representation of color #B09FEC: hue angle of 253.25º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B09FEC is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 159 236 -
CMYK 0.25 0.33 0 0.07
HSL 253.25º 0.67% 0.77% -
HSV(B) 253.25º 0.33% 0.93% -
XYZ 45.44 40.08 84.7 -
YUV 172.86 163.63 130.24 -
System Red Green Blue C M Y K H S L
Decimal 176 159 236 0.25 0.33 0 0.07 253.25 0.67 0.77
Hex B0 9F EC 19 21 0 7 FD 43 4D
Octal 260 237 354 31 41 0 7 375 103 115
Binary 10110000 10011111 11101100 11001 100001 0 111 11111101 1000011 1001101

Color Harmonies of #B09FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09FEC

Black with #B09FEC

Text Example


Text Example

White with #B09FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09FEC; }

 p { color: rgb(176,159,236); }

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

background-color css

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

 a { background-color: rgb(176,159,236); }

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

border-color css

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

 span { border-color: rgb(176,159,236); }

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