#B580CE

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

Shades of East Side #B580CE

Tints of East Side #B580CE

Color information

#B580CE (or 0xB580CE) is unknown color: approx East Side. HEX triplet: B5, 80 and CE. RGB value is (181,128,206). Sum of RGB (Red+Green+Blue) = 181+128+206=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #B580CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B580CE is #4A7F31. Grayscale: #989898. Windows color (decimal): -4882226 or 13533365. OLE color: 13533365.

HSL color Cylindrical-coordinate representation of color #B580CE: hue angle of 280.77º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B580CE is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB181128206-
CMYK0.120.3800.19
HSL280.77º44.32%65.49%-
HSV(B)280.77º37.86%80.78%-
XYZ37.9229.7262.13-
YUV152.74158.06148.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.15%
GREEN value IS 128 (50.39% from 255) = 24.85%
BLUE value IS 206 (80.86% from 255) = 40%
R=35.15%
G=24.85%
B=40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1811282060.120.3800.19280.7744.3265.49
HexB580CEC260131192c41
Octal265200316144602343154101
Binary10110101100000001100111011001001100100111000110011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B580CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B580CE; }

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

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

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

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

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

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

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

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