#B87FBF

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

Shades of East Side #B87FBF

Tints of East Side #B87FBF

Color information

#B87FBF (or 0xB87FBF) is unknown color: approx East Side. HEX triplet: B8, 7F and BF. RGB value is (184,127,191). Sum of RGB (Red+Green+Blue) = 184+127+191=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 191 - color contains mainly: blue. Hex color #B87FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87FBF is #478040. Grayscale: #979797. Windows color (decimal): -4685889 or 12550072. OLE color: 12550072.

HSL color Cylindrical-coordinate representation of color #B87FBF: hue angle of 293.44º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B87FBF is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB184127191-
CMYK0.040.3400.25
HSL293.44º33.33%62.35%-
HSV(B)293.44º33.51%74.9%-
XYZ36.7629.1352.98-
YUV151.34150.38151.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.65%
GREEN value IS 127 (50% from 255) = 25.30%
BLUE value IS 191 (75% from 255) = 38.05%
R=36.65%
G=25.30%
B=38.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841271910.040.3400.25293.4433.3362.35
HexB87FBF422019125213e
Octal2701772774420314454176
Binary10111000111111110111111100100010011001100100101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87FBF; }

 p { color: rgb(184,127,191); }

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

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

 a { background-color: rgb(184,127,191); }

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

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

 span { border-color: rgb(184,127,191); }

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