#B585BC

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

Shades of East Side #B585BC

Tints of East Side #B585BC

Color information

#B585BC (or 0xB585BC) is unknown color: approx East Side. HEX triplet: B5, 85 and BC. RGB value is (181,133,188). Sum of RGB (Red+Green+Blue) = 181+133+188=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #B585BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B585BC is #4A7A43. Grayscale: #999999. Windows color (decimal): -4880964 or 12354997. OLE color: 12354997.

HSL color Cylindrical-coordinate representation of color #B585BC: hue angle of 292.36º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B585BC is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB181133188-
CMYK0.040.2900.26
HSL292.36º29.1%62.94%-
HSV(B)292.36º29.26%73.73%-
XYZ36.5230.2351.49-
YUV153.62147.4147.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.06%
GREEN value IS 133 (52.34% from 255) = 26.49%
BLUE value IS 188 (73.83% from 255) = 37.45%
R=36.06%
G=26.49%
B=37.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811331880.040.2900.26292.3629.162.94
HexB585BC41D01A1241d3f
Octal2652052744350324443577
Binary1011010110000101101111001001110101101010010010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B585BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B585BC; }

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

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

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

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

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

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

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

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