#B582CB

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

Shades of East Side #B582CB

Tints of East Side #B582CB

Color information

#B582CB (or 0xB582CB) is unknown color: approx East Side. HEX triplet: B5, 82 and CB. RGB value is (181,130,203). Sum of RGB (Red+Green+Blue) = 181+130+203=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #B582CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B582CB is #4A7D34. Grayscale: #999999. Windows color (decimal): -4881717 or 13337269. OLE color: 13337269.

HSL color Cylindrical-coordinate representation of color #B582CB: hue angle of 281.92º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B582CB is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181130203-
CMYK0.110.3600.20
HSL281.92º41.24%65.29%-
HSV(B)281.92º35.96%79.61%-
XYZ37.8230.160.32-
YUV153.57155.9147.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.21%
GREEN value IS 130 (51.17% from 255) = 25.29%
BLUE value IS 203 (79.69% from 255) = 39.49%
R=35.21%
G=25.29%
B=39.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811302030.110.3600.20281.9241.2465.29
HexB582CBB2401411a2941
Octal265202313134402443251101
Binary10110101100000101100101110111001000101001000110101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B582CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B582CB; }

 p { color: rgb(181,130,203); }

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

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

 a { background-color: rgb(181,130,203); }

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

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

 span { border-color: rgb(181,130,203); }

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