#BF87BE

Color #BF87BE London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #BF87BE

Tints of London Hue #BF87BE

Color information

#BF87BE (or 0xBF87BE) is unknown color: approx London Hue. HEX triplet: BF, 87 and BE. RGB value is (191,135,190). Sum of RGB (Red+Green+Blue) = 191+135+190=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 135 (53.12% from 255 or 26.16% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BF87BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF87BE is #407841. Grayscale: #9D9D9D. Windows color (decimal): -4225090 or 12486591. OLE color: 12486591.

HSL color Cylindrical-coordinate representation of color #BF87BE: hue angle of 301.07º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF87BE is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB191135190-
CMYK00.290.010.25
HSL301.07º30.43%63.92%-
HSV(B)301.07º29.32%74.9%-
XYZ39.4432.1252.84-
YUV158.01146.05151.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.02%
GREEN value IS 135 (53.12% from 255) = 26.16%
BLUE value IS 190 (74.61% from 255) = 36.82%
R=37.02%
G=26.16%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113519000.290.010.25301.0730.4363.92
HexBF87BE01D11912d1e40
Octal27720727603513145536100
Binary101111111000011110111110011101111001100101101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF87BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF87BE; }

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

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

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

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

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

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

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

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