#B580DF

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

Shades of Biloba Flower #B580DF

Tints of Biloba Flower #B580DF

Color information

#B580DF (or 0xB580DF) is unknown color: approx Biloba Flower. HEX triplet: B5, 80 and DF. RGB value is (181,128,223). Sum of RGB (Red+Green+Blue) = 181+128+223=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #B580DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B580DF is #4A7F20. Grayscale: #9A9A9A. Windows color (decimal): -4882209 or 14647477. OLE color: 14647477.

HSL color Cylindrical-coordinate representation of color #B580DF: hue angle of 273.47º 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 #B580DF is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181128223-
CMYK0.190.4300.13
HSL273.47º59.75%68.82%-
HSV(B)273.47º42.6%87.45%-
XYZ40.0930.5973.6-
YUV154.68166.56146.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.02%
GREEN value IS 128 (50.39% from 255) = 24.06%
BLUE value IS 223 (87.5% from 255) = 41.92%
R=34.02%
G=24.06%
B=41.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811282230.190.4300.13273.4759.7568.82
HexB580DF132B0D1113c45
Octal265200337235301542174105
Binary10110101100000001101111110011101011011011000100011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B580DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B580DF; }

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

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

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

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

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

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

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

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