#BF87CE

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

Shades of East Side #BF87CE

Tints of East Side #BF87CE

Color information

#BF87CE (or 0xBF87CE) is unknown color: approx East Side. HEX triplet: BF, 87 and CE. RGB value is (191,135,206). Sum of RGB (Red+Green+Blue) = 191+135+206=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 135 (53.12% from 255 or 25.38% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF87CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF87CE is #407831. Grayscale: #9F9F9F. Windows color (decimal): -4225074 or 13535167. OLE color: 13535167.

HSL color Cylindrical-coordinate representation of color #BF87CE: hue angle of 287.32º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF87CE is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB191135206-
CMYK0.070.3400.19
HSL287.32º42.01%66.86%-
HSV(B)287.32º34.47%80.78%-
XYZ41.2932.8662.56-
YUV159.84154.05150.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.90%
GREEN value IS 135 (53.12% from 255) = 25.38%
BLUE value IS 206 (80.86% from 255) = 38.72%
R=35.90%
G=25.38%
B=38.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911352060.070.3400.19287.3242.0166.86
HexBF87CE72201311f2a43
Octal27720731674202343752103
Binary1011111110000111110011101111000100100111000111111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF87CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF87CE; }

 p { color: rgb(191,135,206); }

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

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

 a { background-color: rgb(191,135,206); }

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

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

 span { border-color: rgb(191,135,206); }

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