#B587CA

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

Shades of East Side #B587CA

Tints of East Side #B587CA

Color information

#B587CA (or 0xB587CA) is unknown color: approx East Side. HEX triplet: B5, 87 and CA. RGB value is (181,135,202). Sum of RGB (Red+Green+Blue) = 181+135+202=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 135 (53.12% from 255 or 26.06% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #B587CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B587CA is #4A7835. Grayscale: #9C9C9C. Windows color (decimal): -4880438 or 13273013. OLE color: 13273013.

HSL color Cylindrical-coordinate representation of color #B587CA: hue angle of 281.19º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B587CA is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB181135202-
CMYK0.100.3300.21
HSL281.19º38.73%66.08%-
HSV(B)281.19º33.17%79.22%-
XYZ38.3831.4259.92-
YUV156.39153.74145.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.94%
GREEN value IS 135 (53.12% from 255) = 26.06%
BLUE value IS 202 (79.30% from 255) = 39.00%
R=34.94%
G=26.06%
B=39.00%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1811352020.100.3300.21281.1938.7366.08
HexB587CAA210151192742
Octal265207312124102543147102
Binary10110101100001111100101010101000010101011000110011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B587CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B587CA; }

 p { color: rgb(181,135,202); }

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

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

 a { background-color: rgb(181,135,202); }

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

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

 span { border-color: rgb(181,135,202); }

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