#B081DC

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

Shades of Biloba Flower #B081DC

Tints of Biloba Flower #B081DC

Color information

#B081DC (or 0xB081DC) is unknown color: approx Biloba Flower. HEX triplet: B0, 81 and DC. RGB value is (176,129,220). Sum of RGB (Red+Green+Blue) = 176+129+220=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #B081DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B081DC is #4F7E23. Grayscale: #999999. Windows color (decimal): -5209636 or 14451120. OLE color: 14451120.

HSL color Cylindrical-coordinate representation of color #B081DC: hue angle of 270.99º degrees, saturation: 0.57, 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 #B081DC is Cyan = 0.2, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176129220-
CMYK0.20.4100.14
HSL270.99º56.52%68.43%-
HSV(B)270.99º41.36%86.27%-
XYZ38.6730.171.48-
YUV153.43165.57144.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.52%
GREEN value IS 129 (50.78% from 255) = 24.57%
BLUE value IS 220 (86.33% from 255) = 41.90%
R=33.52%
G=24.57%
B=41.90%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761292200.20.4100.14270.9956.5268.43
HexB081DC14290E10f3944
Octal260201334245101641771104
Binary10110000100000011101110010100101001011101000011111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B081DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B081DC; }

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

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

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

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

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

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

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

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