Html Css Color HEX #B09BE8 Biloba Flower

📋 copy color: '#B09BE8'

red 176 ◦ green 155 ◦ blue 232

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

Shades of Biloba Flower #B09BE8

Tints of Biloba Flower #B09BE8

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.53%

 BLUE value IS 232 (91.02% from 255) = 41.21%

R = 31.26%
G = 27.53%
B = 41.21%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B09BE8 (or 0xB09BE8) is known color: Biloba Flower. HEX triplet: B0, 9B and E8. RGB value is (176,155,232). Sum of RGB (Red+Green+Blue) = 176+155+232=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 155 (60.94% from 255 or 27.53% from 563); Blue value is 232 (91.02% from 255 or 41.21% from 563); Max value from RGB is 232 - color contains mainly: blue. Hex color #B09BE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09BE8 is #4F6417. Grayscale: #A9A9A9. Windows color (decimal): -5202968 or 15244208. OLE color: 15244208.

HSL color Cylindrical-coordinate representation of color #B09BE8: hue angle of 256.36º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B09BE8 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 155 232 -
CMYK 0.24 0.33 0 0.09
HSL 256.36º 0.63% 0.76% -
HSV(B) 256.36º 0.33% 0.91% -
XYZ 44.19 38.5 81.45 -
YUV 170.06 162.96 132.24 -
System Red Green Blue C M Y K H S L
Decimal 176 155 232 0.24 0.33 0 0.09 256.36 0.63 0.76
Hex B0 9B E8 18 21 0 9 100 3F 4C
Octal 260 233 350 30 41 0 11 400 77 114
Binary 10110000 10011011 11101000 11000 100001 0 1001 100000000 111111 1001100

Color Harmonies of #B09BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09BE8

Black with #B09BE8

Text Example


Text Example

White with #B09BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09BE8; }

 p { color: rgb(176,155,232); }

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

background-color css

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

 a { background-color: rgb(176,155,232); }

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

border-color css

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

 span { border-color: rgb(176,155,232); }

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