#B586CD

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

Shades of East Side #B586CD

Tints of East Side #B586CD

Color information

#B586CD (or 0xB586CD) is unknown color: approx East Side. HEX triplet: B5, 86 and CD. RGB value is (181,134,205). Sum of RGB (Red+Green+Blue) = 181+134+205=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #B586CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B586CD is #4A7932. Grayscale: #9B9B9B. Windows color (decimal): -4880691 or 13469365. OLE color: 13469365.

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

Color convert

RGB181134205-
CMYK0.120.3500.20
HSL279.72º41.52%66.47%-
HSV(B)279.72º34.63%80.39%-
XYZ38.631.2861.76-
YUV156.15155.57145.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.81%
GREEN value IS 134 (52.73% from 255) = 25.77%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=34.81%
G=25.77%
B=39.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811342050.120.3500.20279.7241.5266.47
HexB586CDC230141182a42
Octal265206315144302443052102
Binary10110101100001101100110111001000110101001000110001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B586CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B586CD; }

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

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

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

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

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

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

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

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