Html Css Color HEX #B091EC Biloba Flower

📋 copy color: '#B091EC'

red 176 ◦ green 145 ◦ blue 236

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

Shades of Biloba Flower #B091EC

Tints of Biloba Flower #B091EC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.03%

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

R = 31.6%
G = 26.03%
B = 42.37%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B091EC (or 0xB091EC) is known color: Biloba Flower. HEX triplet: B0, 91 and EC. RGB value is (176,145,236). Sum of RGB (Red+Green+Blue) = 176+145+236=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 145 (57.03% from 255 or 26.03% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #B091EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B091EC is #4F6E13. Grayscale: #A4A4A4. Windows color (decimal): -5205524 or 15503792. OLE color: 15503792.

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

Color convert

RGB 176 145 236 -
CMYK 0.25 0.39 0 0.07
HSL 260.44º 0.71% 0.75% -
HSV(B) 260.44º 0.39% 0.93% -
XYZ 43.17 35.54 83.94 -
YUV 164.64 168.27 136.1 -
System Red Green Blue C M Y K H S L
Decimal 176 145 236 0.25 0.39 0 0.07 260.44 0.71 0.75
Hex B0 91 EC 19 27 0 7 104 47 4B
Octal 260 221 354 31 47 0 7 404 107 113
Binary 10110000 10010001 11101100 11001 100111 0 111 100000100 1000111 1001011

Color Harmonies of #B091EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B091EC

Black with #B091EC

Text Example


Text Example

White with #B091EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B091EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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