#BE81BE

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

Shades of London Hue #BE81BE

Tints of London Hue #BE81BE

Color information

#BE81BE (or 0xBE81BE) is unknown color: approx London Hue. HEX triplet: BE, 81 and BE. RGB value is (190,129,190). Sum of RGB (Red+Green+Blue) = 190+129+190=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE81BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE81BE is #417E41. Grayscale: #9A9A9A. Windows color (decimal): -4292162 or 12485054. OLE color: 12485054.

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

Color convert

RGB190129190-
CMYK00.3200.25
HSL300º31.94%62.55%-
HSV(B)300º32.11%74.51%-
XYZ38.3830.3752.55-
YUV154.19148.21153.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.33%
GREEN value IS 129 (50.78% from 255) = 25.34%
BLUE value IS 190 (74.61% from 255) = 37.33%
R=37.33%
G=25.34%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012919000.3200.2530031.9462.55
HexBE81BE02001912c203f
Octal2762012760400314544077
Binary1011111010000001101111100100000011001100101100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE81BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE81BE; }

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

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

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

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

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

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

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

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