#B585BB

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

Shades of East Side #B585BB

Tints of East Side #B585BB

Color information

#B585BB (or 0xB585BB) is unknown color: approx East Side. HEX triplet: B5, 85 and BB. RGB value is (181,133,187). Sum of RGB (Red+Green+Blue) = 181+133+187=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 187 - color contains mainly: blue. Hex color #B585BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B585BB is #4A7A44. Grayscale: #999999. Windows color (decimal): -4880965 or 12289461. OLE color: 12289461.

HSL color Cylindrical-coordinate representation of color #B585BB: hue angle of 293.33º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B585BB is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB181133187-
CMYK0.030.2900.27
HSL293.33º28.42%62.75%-
HSV(B)293.33º28.88%73.33%-
XYZ36.4130.1950.92-
YUV153.51146.9147.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.13%
GREEN value IS 133 (52.34% from 255) = 26.55%
BLUE value IS 187 (73.44% from 255) = 37.33%
R=36.13%
G=26.55%
B=37.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811331870.030.2900.27293.3328.4262.75
HexB585BB31D01B1251c3f
Octal2652052733350334453477
Binary101101011000010110111011111110101101110010010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B585BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B585BB; }

 p { color: rgb(181,133,187); }

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

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

 a { background-color: rgb(181,133,187); }

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

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

 span { border-color: rgb(181,133,187); }

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