#BF87CD

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

Shades of East Side #BF87CD

Tints of East Side #BF87CD

Color information

#BF87CD (or 0xBF87CD) is unknown color: approx East Side. HEX triplet: BF, 87 and CD. RGB value is (191,135,205). Sum of RGB (Red+Green+Blue) = 191+135+205=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF87CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF87CD is #407832. Grayscale: #9F9F9F. Windows color (decimal): -4225075 or 13469631. OLE color: 13469631.

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

Color convert

RGB191135205-
CMYK0.070.3400.20
HSL288º41.18%66.67%-
HSV(B)288º34.15%80.39%-
XYZ41.1732.8161.92-
YUV159.72153.55150.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 135 (53.12% from 255) = 25.42%
BLUE value IS 205 (80.47% from 255) = 38.61%
R=35.97%
G=25.42%
B=38.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911352050.070.3400.2028841.1866.67
HexBF87CD7220141202943
Octal27720731574202444051103
Binary1011111110000111110011011111000100101001001000001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF87CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF87CD; }

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

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

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

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

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

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

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

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