#B081DF

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

Shades of Biloba Flower #B081DF

Tints of Biloba Flower #B081DF

Color information

#B081DF (or 0xB081DF) is unknown color: approx Biloba Flower. HEX triplet: B0, 81 and DF. RGB value is (176,129,223). Sum of RGB (Red+Green+Blue) = 176+129+223=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 129 (50.78% from 255 or 24.43% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #B081DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B081DF is #4F7E20. Grayscale: #999999. Windows color (decimal): -5209633 or 14647728. OLE color: 14647728.

HSL color Cylindrical-coordinate representation of color #B081DF: hue angle of 270º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B081DF is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176129223-
CMYK0.210.4200.13
HSL270º59.49%69.02%-
HSV(B)270º42.15%87.45%-
XYZ39.0730.2673.59-
YUV153.77167.07143.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.33%
GREEN value IS 129 (50.78% from 255) = 24.43%
BLUE value IS 223 (87.5% from 255) = 42.23%
R=33.33%
G=24.43%
B=42.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761292230.210.4200.1327059.4969.02
HexB081DF152A0D10e3b45
Octal260201337255201541673105
Binary10110000100000011101111110101101010011011000011101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B081DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B081DF; }

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

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

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

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

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

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

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

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