#B586CE

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

Shades of East Side #B586CE

Tints of East Side #B586CE

Color information

#B586CE (or 0xB586CE) is unknown color: approx East Side. HEX triplet: B5, 86 and CE. RGB value is (181,134,206). Sum of RGB (Red+Green+Blue) = 181+134+206=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #B586CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B586CE is #4A7931. Grayscale: #9C9C9C. Windows color (decimal): -4880690 or 13534901. OLE color: 13534901.

HSL color Cylindrical-coordinate representation of color #B586CE: hue angle of 279.17º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B586CE is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB181134206-
CMYK0.120.3500.19
HSL279.17º42.35%66.67%-
HSV(B)279.17º34.95%80.78%-
XYZ38.7231.3362.4-
YUV156.26156.07145.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.74%
GREEN value IS 134 (52.73% from 255) = 25.72%
BLUE value IS 206 (80.86% from 255) = 39.54%
R=34.74%
G=25.72%
B=39.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1811342060.120.3500.19279.1742.3566.67
HexB586CEC230131172a43
Octal265206316144302342752103
Binary10110101100001101100111011001000110100111000101111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B586CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B586CE; }

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

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

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

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

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

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

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

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