#B580CA

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

Shades of East Side #B580CA

Tints of East Side #B580CA

Color information

#B580CA (or 0xB580CA) is unknown color: approx East Side. HEX triplet: B5, 80 and CA. RGB value is (181,128,202). Sum of RGB (Red+Green+Blue) = 181+128+202=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #B580CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B580CA is #4A7F35. Grayscale: #989898. Windows color (decimal): -4882230 or 13271221. OLE color: 13271221.

HSL color Cylindrical-coordinate representation of color #B580CA: hue angle of 282.97º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B580CA is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB181128202-
CMYK0.100.3700.21
HSL282.97º41.11%64.71%-
HSV(B)282.97º36.63%79.22%-
XYZ37.4429.5359.6-
YUV152.28156.06148.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.42%
GREEN value IS 128 (50.39% from 255) = 25.05%
BLUE value IS 202 (79.30% from 255) = 39.53%
R=35.42%
G=25.05%
B=39.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1811282020.100.3700.21282.9741.1164.71
HexB580CAA2501511b2941
Octal265200312124502543351101
Binary10110101100000001100101010101001010101011000110111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B580CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B580CA; }

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

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

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

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

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

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

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

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