#B586C0

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

Shades of East Side #B586C0

Tints of East Side #B586C0

Color information

#B586C0 (or 0xB586C0) is unknown color: approx East Side. HEX triplet: B5, 86 and C0. RGB value is (181,134,192). Sum of RGB (Red+Green+Blue) = 181+134+192=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 192 - color contains mainly: blue. Hex color #B586C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B586C0 is #4A793F. Grayscale: #9A9A9A. Windows color (decimal): -4880704 or 12617397. OLE color: 12617397.

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

Color convert

RGB181134192-
CMYK0.060.3000.25
HSL288.62º31.52%63.92%-
HSV(B)288.62º30.21%75.29%-
XYZ37.130.6853.84-
YUV154.66149.07146.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.70%
GREEN value IS 134 (52.73% from 255) = 26.43%
BLUE value IS 192 (75.39% from 255) = 37.87%
R=35.70%
G=26.43%
B=37.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811341920.060.3000.25288.6231.5263.92
HexB586C061E0191212040
Octal26520630063603144140100
Binary101101011000011011000000110111100110011001000011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B586C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B586C0; }

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

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

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

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

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

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

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

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