#B580D4

Color #B580D4 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B580D4

Tints of East Side #B580D4

Color information

#B580D4 (or 0xB580D4) is unknown color: approx East Side. HEX triplet: B5, 80 and D4. RGB value is (181,128,212). Sum of RGB (Red+Green+Blue) = 181+128+212=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 212 (83.20% from 255 or 40.69% from 521); Max value from RGB is 212 - color contains mainly: blue. Hex color #B580D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B580D4 is #4A7F2B. Grayscale: #999999. Windows color (decimal): -4882220 or 13926581. OLE color: 13926581.

HSL color Cylindrical-coordinate representation of color #B580D4: hue angle of 277.86º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B580D4 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB181128212-
CMYK0.150.4000.17
HSL277.86º49.41%66.67%-
HSV(B)277.86º39.62%83.14%-
XYZ38.6630.0266.04-
YUV153.42161.06147.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.74%
GREEN value IS 128 (50.39% from 255) = 24.57%
BLUE value IS 212 (83.20% from 255) = 40.69%
R=34.74%
G=24.57%
B=40.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1811282120.150.4000.17277.8649.4166.67
HexB580D4F280111163143
Octal265200324175002142661103
Binary10110101100000001101010011111010000100011000101101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B580D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B580D4; }

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

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

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

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

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

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

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

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