Html Css Color HEX #B09EE3 Biloba Flower

📋 copy color: '#B09EE3'

red 176 ◦ green 158 ◦ blue 227

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

Shades of Biloba Flower #B09EE3

Tints of Biloba Flower #B09EE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 40.46%

R = 31.37%
G = 28.16%
B = 40.46%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B09EE3 (or 0xB09EE3) is known color: Biloba Flower. HEX triplet: B0, 9E and E3. RGB value is (176,158,227). Sum of RGB (Red+Green+Blue) = 176+158+227=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 227 (89.06% from 255 or 40.46% from 561); Max value from RGB is 227 - color contains mainly: blue. Hex color #B09EE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09EE3 is #4F611C. Grayscale: #AAAAAA. Windows color (decimal): -5202205 or 14917296. OLE color: 14917296.

HSL color Cylindrical-coordinate representation of color #B09EE3: hue angle of 255.65º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B09EE3 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 158 227 -
CMYK 0.22 0.30 0 0.11
HSL 255.65º 0.55% 0.75% -
HSV(B) 255.65º 0.3% 0.89% -
XYZ 44 39.23 77.93 -
YUV 171.25 159.46 131.39 -
System Red Green Blue C M Y K H S L
Decimal 176 158 227 0.22 0.30 0 0.11 255.65 0.55 0.75
Hex B0 9E E3 16 1E 0 B 100 37 4B
Octal 260 236 343 26 36 0 13 400 67 113
Binary 10110000 10011110 11100011 10110 11110 0 1011 100000000 110111 1001011

Color Harmonies of #B09EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09EE3

Black with #B09EE3

Text Example


Text Example

White with #B09EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09EE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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