Html Css Color HEX #B09BE9 Biloba Flower

📋 copy color: '#B09BE9'

red 176 ◦ green 155 ◦ blue 233

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

Shades of Biloba Flower #B09BE9

Tints of Biloba Flower #B09BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.31%

R = 31.21%
G = 27.48%
B = 41.31%

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

#B09BE9 (or 0xB09BE9) is known color: Biloba Flower. HEX triplet: B0, 9B and E9. RGB value is (176,155,233). Sum of RGB (Red+Green+Blue) = 176+155+233=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 155 (60.94% from 255 or 27.48% from 564); Blue value is 233 (91.41% from 255 or 41.31% from 564); Max value from RGB is 233 - color contains mainly: blue. Hex color #B09BE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09BE9 is #4F6416. Grayscale: #A9A9A9. Windows color (decimal): -5202967 or 15309744. OLE color: 15309744.

HSL color Cylindrical-coordinate representation of color #B09BE9: hue angle of 256.15º degrees, saturation: 0.64, 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 #B09BE9 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 155 233 -
CMYK 0.24 0.33 0 0.09
HSL 256.15º 0.64% 0.76% -
HSV(B) 256.15º 0.33% 0.91% -
XYZ 44.33 38.56 82.2 -
YUV 170.17 163.46 132.16 -
System Red Green Blue C M Y K H S L
Decimal 176 155 233 0.24 0.33 0 0.09 256.15 0.64 0.76
Hex B0 9B E9 18 21 0 9 100 40 4C
Octal 260 233 351 30 41 0 11 400 100 114
Binary 10110000 10011011 11101001 11000 100001 0 1001 100000000 1000000 1001100

Color Harmonies of #B09BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09BE9

Black with #B09BE9

Text Example


Text Example

White with #B09BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09BE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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