#BE7BBE

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

Shades of London Hue #BE7BBE

Tints of London Hue #BE7BBE

Color information

#BE7BBE (or 0xBE7BBE) is unknown color: approx London Hue. HEX triplet: BE, 7B and BE. RGB value is (190,123,190). Sum of RGB (Red+Green+Blue) = 190+123+190=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE7BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7BBE is #418441. Grayscale: #969696. Windows color (decimal): -4293698 or 12483518. OLE color: 12483518.

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

Color convert

RGB190123190-
CMYK00.3500.25
HSL300º34.01%61.37%-
HSV(B)300º35.26%74.51%-
XYZ37.6128.8352.3-
YUV150.67150.2156.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.77%
GREEN value IS 123 (48.44% from 255) = 24.45%
BLUE value IS 190 (74.61% from 255) = 37.77%
R=37.77%
G=24.45%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012319000.3500.2530034.0161.37
HexBE7BBE02301912c223d
Octal2761732760430314544275
Binary101111101111011101111100100011011001100101100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7BBE; }

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

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

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

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

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

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

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

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