#B87DCA

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

Shades of East Side #B87DCA

Tints of East Side #B87DCA

Color information

#B87DCA (or 0xB87DCA) is unknown color: approx East Side. HEX triplet: B8, 7D and CA. RGB value is (184,125,202). Sum of RGB (Red+Green+Blue) = 184+125+202=511 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.01% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #B87DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87DCA is #478235. Grayscale: #979797. Windows color (decimal): -4686390 or 13270456. OLE color: 13270456.

HSL color Cylindrical-coordinate representation of color #B87DCA: hue angle of 285.97º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B87DCA is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB184125202-
CMYK0.090.3800.21
HSL285.97º42.08%64.12%-
HSV(B)285.97º38.12%79.22%-
XYZ37.7629.1259.51-
YUV151.42156.55151.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.01%
GREEN value IS 125 (49.22% from 255) = 24.46%
BLUE value IS 202 (79.30% from 255) = 39.53%
R=36.01%
G=24.46%
B=39.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1841252020.090.3800.21285.9742.0864.12
HexB87DCA92601511e2a40
Octal270175312114602543652100
Binary1011100011111011100101010011001100101011000111101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87DCA; }

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

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

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

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

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

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

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

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