#B586BC

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

Shades of East Side #B586BC

Tints of East Side #B586BC

Color information

#B586BC (or 0xB586BC) is unknown color: approx East Side. HEX triplet: B5, 86 and BC. RGB value is (181,134,188). Sum of RGB (Red+Green+Blue) = 181+134+188=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #B586BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B586BC is #4A7943. Grayscale: #9A9A9A. Windows color (decimal): -4880708 or 12355253. OLE color: 12355253.

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

Color convert

RGB181134188-
CMYK0.040.2900.26
HSL292.22º28.72%63.14%-
HSV(B)292.22º28.72%73.73%-
XYZ36.6630.551.53-
YUV154.21147.07147.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.98%
GREEN value IS 134 (52.73% from 255) = 26.64%
BLUE value IS 188 (73.83% from 255) = 37.38%
R=35.98%
G=26.64%
B=37.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811341880.040.2900.26292.2228.7263.14
HexB586BC41D01A1241d3f
Octal2652062744350324443577
Binary1011010110000110101111001001110101101010010010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B586BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B586BC; }

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

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

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

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

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

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

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

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