#B582BF

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

Shades of East Side #B582BF

Tints of East Side #B582BF

Color information

#B582BF (or 0xB582BF) is unknown color: approx East Side. HEX triplet: B5, 82 and BF. RGB value is (181,130,191). Sum of RGB (Red+Green+Blue) = 181+130+191=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 191 - color contains mainly: blue. Hex color #B582BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B582BF is #4A7D40. Grayscale: #989898. Windows color (decimal): -4881729 or 12550837. OLE color: 12550837.

HSL color Cylindrical-coordinate representation of color #B582BF: hue angle of 290.16º 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 #B582BF is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181130191-
CMYK0.050.3200.25
HSL290.16º32.28%62.94%-
HSV(B)290.16º31.94%74.9%-
XYZ36.4429.5553.07-
YUV152.2149.9148.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.06%
GREEN value IS 130 (51.17% from 255) = 25.90%
BLUE value IS 191 (75% from 255) = 38.05%
R=36.06%
G=25.90%
B=38.05%

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
Decimal1811301910.050.3200.25290.1632.2862.94
HexB582BF520019122203f
Octal2652022775400314424077
Binary101101011000001010111111101100000011001100100010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B582BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B582BF; }

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

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

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

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

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

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

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

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