#B582D0

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

Shades of East Side #B582D0

Tints of East Side #B582D0

Color information

#B582D0 (or 0xB582D0) is unknown color: approx East Side. HEX triplet: B5, 82 and D0. RGB value is (181,130,208). Sum of RGB (Red+Green+Blue) = 181+130+208=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 208 - color contains mainly: blue. Hex color #B582D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B582D0 is #4A7D2F. Grayscale: #999999. Windows color (decimal): -4881712 or 13664949. OLE color: 13664949.

HSL color Cylindrical-coordinate representation of color #B582D0: hue angle of 279.23º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B582D0 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB181130208-
CMYK0.130.3800.18
HSL279.23º45.35%66.27%-
HSV(B)279.23º37.5%81.57%-
XYZ38.4230.3463.51-
YUV154.14158.4147.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.87%
GREEN value IS 130 (51.17% from 255) = 25.05%
BLUE value IS 208 (81.64% from 255) = 40.08%
R=34.87%
G=25.05%
B=40.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1811302080.130.3800.18279.2345.3566.27
HexB582D0D260121172d42
Octal265202320154602242755102
Binary10110101100000101101000011011001100100101000101111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B582D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B582D0; }

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

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

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

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

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

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

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

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