Html Css Color HEX #B09BDD Biloba Flower

📋 copy color: '#B09BDD'

red 176 ◦ green 155 ◦ blue 221

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

Shades of Biloba Flower #B09BDD

Tints of Biloba Flower #B09BDD

RGB

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

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

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

R = 31.88%
G = 28.08%
B = 40.04%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B09BDD (or 0xB09BDD) is known color: Biloba Flower. HEX triplet: B0, 9B and DD. RGB value is (176,155,221). Sum of RGB (Red+Green+Blue) = 176+155+221=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #B09BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09BDD is #4F6422. Grayscale: #A8A8A8. Windows color (decimal): -5202979 or 14523312. OLE color: 14523312.

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

Color convert

RGB 176 155 221 -
CMYK 0.20 0.30 0 0.13
HSL 259.09º 0.49% 0.74% -
HSV(B) 259.09º 0.3% 0.87% -
XYZ 42.68 37.89 73.47 -
YUV 168.8 157.46 133.13 -
System Red Green Blue C M Y K H S L
Decimal 176 155 221 0.20 0.30 0 0.13 259.09 0.49 0.74
Hex B0 9B DD 14 1E 0 D 103 31 4A
Octal 260 233 335 24 36 0 15 403 61 112
Binary 10110000 10011011 11011101 10100 11110 0 1101 100000011 110001 1001010

Color Harmonies of #B09BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09BDD

Black with #B09BDD

Text Example


Text Example

White with #B09BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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