#B87CBD

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

Shades of East Side #B87CBD

Tints of East Side #B87CBD

Color information

#B87CBD (or 0xB87CBD) is unknown color: approx East Side. HEX triplet: B8, 7C and BD. RGB value is (184,124,189). Sum of RGB (Red+Green+Blue) = 184+124+189=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #B87CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87CBD is #478342. Grayscale: #959595. Windows color (decimal): -4686659 or 12418232. OLE color: 12418232.

HSL color Cylindrical-coordinate representation of color #B87CBD: hue angle of 295.38º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B87CBD is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB184124189-
CMYK0.030.3400.26
HSL295.38º32.99%61.37%-
HSV(B)295.38º34.39%74.12%-
XYZ36.1628.2851.7-
YUV149.35150.38152.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.02%
GREEN value IS 124 (48.83% from 255) = 24.95%
BLUE value IS 189 (74.22% from 255) = 38.03%
R=37.02%
G=24.95%
B=38.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841241890.030.3400.26295.3832.9961.37
HexB87CBD32201A127213d
Octal2701742753420324474175
Binary1011100011111001011110111100010011010100100111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87CBD; }

 p { color: rgb(184,124,189); }

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

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

 a { background-color: rgb(184,124,189); }

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

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

 span { border-color: rgb(184,124,189); }

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