#B87DCD

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

Shades of East Side #B87DCD

Tints of East Side #B87DCD

Color information

#B87DCD (or 0xB87DCD) is unknown color: approx East Side. HEX triplet: B8, 7D and CD. RGB value is (184,125,205). Sum of RGB (Red+Green+Blue) = 184+125+205=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #B87DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87DCD is #478232. Grayscale: #979797. Windows color (decimal): -4686387 or 13467064. OLE color: 13467064.

HSL color Cylindrical-coordinate representation of color #B87DCD: hue angle of 284.25º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B87DCD is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB184125205-
CMYK0.100.3900.20
HSL284.25º44.44%64.71%-
HSV(B)284.25º39.02%80.39%-
XYZ38.1229.2761.4-
YUV151.76158.05151-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.80%
GREEN value IS 125 (49.22% from 255) = 24.32%
BLUE value IS 205 (80.47% from 255) = 39.88%
R=35.80%
G=24.32%
B=39.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841252050.100.3900.20284.2544.4464.71
HexB87DCDA2701411c2c41
Octal270175315124702443454101
Binary1011100011111011100110110101001110101001000111001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87DCD; }

 p { color: rgb(184,125,205); }

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

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

 a { background-color: rgb(184,125,205); }

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

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

 span { border-color: rgb(184,125,205); }

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