#B580DC

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

Shades of Biloba Flower #B580DC

Tints of Biloba Flower #B580DC

Color information

#B580DC (or 0xB580DC) is unknown color: approx Biloba Flower. HEX triplet: B5, 80 and DC. RGB value is (181,128,220). Sum of RGB (Red+Green+Blue) = 181+128+220=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #B580DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B580DC is #4A7F23. Grayscale: #9A9A9A. Windows color (decimal): -4882212 or 14450869. OLE color: 14450869.

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

Color convert

RGB181128220-
CMYK0.180.4200.14
HSL274.57º56.79%68.24%-
HSV(B)274.57º41.82%86.27%-
XYZ39.6930.4371.49-
YUV154.34165.06147.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.22%
GREEN value IS 128 (50.39% from 255) = 24.20%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=34.22%
G=24.20%
B=41.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811282200.180.4200.14274.5756.7968.24
HexB580DC122A0E1133944
Octal265200334225201642371104
Binary10110101100000001101110010010101010011101000100111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B580DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B580DC; }

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

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

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

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

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

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

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

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