#B586BF

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

Shades of East Side #B586BF

Tints of East Side #B586BF

Color information

#B586BF (or 0xB586BF) is unknown color: approx East Side. HEX triplet: B5, 86 and BF. RGB value is (181,134,191). Sum of RGB (Red+Green+Blue) = 181+134+191=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 134 (52.73% from 255 or 26.48% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 191 - color contains mainly: blue. Hex color #B586BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B586BF is #4A7940. Grayscale: #9A9A9A. Windows color (decimal): -4880705 or 12551861. OLE color: 12551861.

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

Color convert

RGB181134191-
CMYK0.050.3000.25
HSL289.47º30.81%63.73%-
HSV(B)289.47º29.84%74.9%-
XYZ36.9930.6453.25-
YUV154.55148.57146.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.77%
GREEN value IS 134 (52.73% from 255) = 26.48%
BLUE value IS 191 (75% from 255) = 37.75%
R=35.77%
G=26.48%
B=37.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811341910.050.3000.25289.4730.8163.73
HexB586BF51E0191211f40
Octal26520627753603144137100
Binary10110101100001101011111110111110011001100100001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B586BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B586BF; }

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

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

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

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

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

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

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

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