#B081DB

Color #B081DB Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B081DB

Tints of Biloba Flower #B081DB

Color information

#B081DB (or 0xB081DB) is unknown color: approx Biloba Flower. HEX triplet: B0, 81 and DB. RGB value is (176,129,219). Sum of RGB (Red+Green+Blue) = 176+129+219=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #B081DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B081DB is #4F7E24. Grayscale: #999999. Windows color (decimal): -5209637 or 14385584. OLE color: 14385584.

HSL color Cylindrical-coordinate representation of color #B081DB: hue angle of 271.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B081DB is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176129219-
CMYK0.200.4100.14
HSL271.33º55.56%68.24%-
HSV(B)271.33º41.1%85.88%-
XYZ38.5430.0570.79-
YUV153.31165.07144.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.59%
GREEN value IS 129 (50.78% from 255) = 24.62%
BLUE value IS 219 (85.94% from 255) = 41.79%
R=33.59%
G=24.62%
B=41.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761292190.200.4100.14271.3355.5668.24
HexB081DB14290E10f3844
Octal260201333245101641770104
Binary10110000100000011101101110100101001011101000011111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B081DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B081DB; }

 p { color: rgb(176,129,219); }

 H1.HeaderClassName
 {
   color: #B081DB;
 }
 .AnyTagClassName
 {
   color: #B081DB;
 }
</style>
background-color css

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

 a { background-color: rgb(176,129,219); }

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

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

 span { border-color: rgb(176,129,219); }

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