Html Css Color HEX #B09EDD Biloba Flower

📋 copy color: '#B09EDD'

red 176 ◦ green 158 ◦ blue 221

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

Shades of Biloba Flower #B09EDD

Tints of Biloba Flower #B09EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.82%

R = 31.71%
G = 28.47%
B = 39.82%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B09EDD (or 0xB09EDD) is known color: Biloba Flower. HEX triplet: B0, 9E and DD. RGB value is (176,158,221). Sum of RGB (Red+Green+Blue) = 176+158+221=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #B09EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09EDD is #4F6122. Grayscale: #AAAAAA. Windows color (decimal): -5202211 or 14524080. OLE color: 14524080.

HSL color Cylindrical-coordinate representation of color #B09EDD: hue angle of 257.14º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B09EDD is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 158 221 -
CMYK 0.20 0.29 0 0.13
HSL 257.14º 0.48% 0.74% -
HSV(B) 257.14º 0.29% 0.87% -
XYZ 43.18 38.9 73.64 -
YUV 170.56 156.46 131.88 -
System Red Green Blue C M Y K H S L
Decimal 176 158 221 0.20 0.29 0 0.13 257.14 0.48 0.74
Hex B0 9E DD 14 1D 0 D 101 30 4A
Octal 260 236 335 24 35 0 15 401 60 112
Binary 10110000 10011110 11011101 10100 11101 0 1101 100000001 110000 1001010

Color Harmonies of #B09EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09EDD

Black with #B09EDD

Text Example


Text Example

White with #B09EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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