#B582BC

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

Shades of East Side #B582BC

Tints of East Side #B582BC

Color information

#B582BC (or 0xB582BC) is unknown color: approx East Side. HEX triplet: B5, 82 and BC. RGB value is (181,130,188). Sum of RGB (Red+Green+Blue) = 181+130+188=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #B582BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B582BC is #4A7D43. Grayscale: #979797. Windows color (decimal): -4881732 or 12354229. OLE color: 12354229.

HSL color Cylindrical-coordinate representation of color #B582BC: hue angle of 292.76º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B582BC is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB181130188-
CMYK0.040.3100.26
HSL292.76º30.21%62.35%-
HSV(B)292.76º30.85%73.73%-
XYZ36.1229.4251.35-
YUV151.86148.4148.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.27%
GREEN value IS 130 (51.17% from 255) = 26.05%
BLUE value IS 188 (73.83% from 255) = 37.68%
R=36.27%
G=26.05%
B=37.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811301880.040.3100.26292.7630.2162.35
HexB582BC41F01A1251e3e
Octal2652022744370324453676
Binary1011010110000010101111001001111101101010010010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B582BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B582BC; }

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

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

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

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

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

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

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

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