#BE87BE

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

Shades of London Hue #BE87BE

Tints of London Hue #BE87BE

Color information

#BE87BE (or 0xBE87BE) is unknown color: approx London Hue. HEX triplet: BE, 87 and BE. RGB value is (190,135,190). Sum of RGB (Red+Green+Blue) = 190+135+190=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 135 (53.12% from 255 or 26.21% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE87BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE87BE is #417841. Grayscale: #9D9D9D. Windows color (decimal): -4290626 or 12486590. OLE color: 12486590.

HSL color Cylindrical-coordinate representation of color #BE87BE: hue angle of 300º 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 #BE87BE is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB190135190-
CMYK00.2900.25
HSL300º29.73%63.73%-
HSV(B)300º28.95%74.51%-
XYZ39.1931.9952.82-
YUV157.71146.22151.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.89%
GREEN value IS 135 (53.12% from 255) = 26.21%
BLUE value IS 190 (74.61% from 255) = 36.89%
R=36.89%
G=26.21%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013519000.2900.2530029.7363.73
HexBE87BE01D01912c1e40
Octal27620727603503145436100
Binary101111101000011110111110011101011001100101100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE87BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE87BE; }

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

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

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

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

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

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

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

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