#B080DF

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

Shades of Biloba Flower #B080DF

Tints of Biloba Flower #B080DF

Color information

#B080DF (or 0xB080DF) is unknown color: approx Biloba Flower. HEX triplet: B0, 80 and DF. RGB value is (176,128,223). Sum of RGB (Red+Green+Blue) = 176+128+223=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #B080DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B080DF is #4F7F20. Grayscale: #989898. Windows color (decimal): -5209889 or 14647472. OLE color: 14647472.

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

Color convert

RGB176128223-
CMYK0.210.4300.13
HSL270.32º59.75%68.82%-
HSV(B)270.32º42.6%87.45%-
XYZ38.943073.55-
YUV153.18167.4144.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.40%
GREEN value IS 128 (50.39% from 255) = 24.29%
BLUE value IS 223 (87.5% from 255) = 42.31%
R=33.40%
G=24.29%
B=42.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761282230.210.4300.13270.3259.7568.82
HexB080DF152B0D10e3c45
Octal260200337255301541674105
Binary10110000100000001101111110101101011011011000011101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B080DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B080DF; }

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

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

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

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

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

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

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

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