#B582BE

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

Shades of East Side #B582BE

Tints of East Side #B582BE

Color information

#B582BE (or 0xB582BE) is unknown color: approx East Side. HEX triplet: B5, 82 and BE. RGB value is (181,130,190). Sum of RGB (Red+Green+Blue) = 181+130+190=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #B582BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B582BE is #4A7D41. Grayscale: #979797. Windows color (decimal): -4881730 or 12485301. OLE color: 12485301.

HSL color Cylindrical-coordinate representation of color #B582BE: hue angle of 291º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B582BE is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181130190-
CMYK0.050.3200.25
HSL291º31.58%62.75%-
HSV(B)291º31.58%74.51%-
XYZ36.3329.5152.5-
YUV152.09149.4148.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.13%
GREEN value IS 130 (51.17% from 255) = 25.95%
BLUE value IS 190 (74.61% from 255) = 37.92%
R=36.13%
G=25.95%
B=37.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811301900.050.3200.2529131.5862.75
HexB582BE520019123203f
Octal2652022765400314434077
Binary101101011000001010111110101100000011001100100011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B582BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B582BE; }

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

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

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

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

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

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

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

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