Html Css Color HEX #B09ADD Biloba Flower

📋 copy color: '#B09ADD'

red 176 ◦ green 154 ◦ blue 221

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

Shades of Biloba Flower #B09ADD

Tints of Biloba Flower #B09ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.95%

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

R = 31.94%
G = 27.95%
B = 40.11%

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

#B09ADD (or 0xB09ADD) is known color: Biloba Flower. HEX triplet: B0, 9A and DD. RGB value is (176,154,221). Sum of RGB (Red+Green+Blue) = 176+154+221=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #B09ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09ADD is #4F6522. Grayscale: #A7A7A7. Windows color (decimal): -5203235 or 14523056. OLE color: 14523056.

HSL color Cylindrical-coordinate representation of color #B09ADD: hue angle of 259.7º degrees, saturation: 0.5, 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 #B09ADD is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 154 221 -
CMYK 0.20 0.30 0 0.13
HSL 259.7º 0.5% 0.74% -
HSV(B) 259.7º 0.3% 0.87% -
XYZ 42.51 37.56 73.42 -
YUV 168.22 157.79 133.55 -
System Red Green Blue C M Y K H S L
Decimal 176 154 221 0.20 0.30 0 0.13 259.7 0.5 0.74
Hex B0 9A DD 14 1E 0 D 104 32 4A
Octal 260 232 335 24 36 0 15 404 62 112
Binary 10110000 10011010 11011101 10100 11110 0 1101 100000100 110010 1001010

Color Harmonies of #B09ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09ADD

Black with #B09ADD

Text Example


Text Example

White with #B09ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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