#BE76B0

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

Shades of London Hue #BE76B0

Tints of London Hue #BE76B0

Color information

#BE76B0 (or 0xBE76B0) is unknown color: approx London Hue. HEX triplet: BE, 76 and B0. RGB value is (190,118,176). Sum of RGB (Red+Green+Blue) = 190+118+176=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BE76B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE76B0 is #41894F. Grayscale: #919191. Windows color (decimal): -4294992 or 11564734. OLE color: 11564734.

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

Color convert

RGB190118176-
CMYK00.380.070.25
HSL311.67º35.64%60.39%-
HSV(B)311.67º37.89%74.51%-
XYZ35.5527.0444.42-
YUV146.14144.85159.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 118 (46.48% from 255) = 24.38%
BLUE value IS 176 (69.14% from 255) = 36.36%
R=39.26%
G=24.38%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011817600.380.070.25311.6735.6460.39
HexBE76B0026719138243c
Octal2761662600467314704474
Binary10111110111011010110000010011011111001100111000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE76B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE76B0; }

 p { color: rgb(190,118,176); }

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

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

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

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

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

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

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