#BE74AF

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

Shades of London Hue #BE74AF

Tints of London Hue #BE74AF

Color information

#BE74AF (or 0xBE74AF) is unknown color: approx London Hue. HEX triplet: BE, 74 and AF. RGB value is (190,116,175). Sum of RGB (Red+Green+Blue) = 190+116+175=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BE74AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE74AF is #418B50. Grayscale: #909090. Windows color (decimal): -4295505 or 11498686. OLE color: 11498686.

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

Color convert

RGB190116175-
CMYK00.390.080.25
HSL312.16º36.27%60%-
HSV(B)312.16º38.95%74.51%-
XYZ35.2226.5343.82-
YUV144.85145.02160.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 116 (45.70% from 255) = 24.12%
BLUE value IS 175 (68.75% from 255) = 36.38%
R=39.50%
G=24.12%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011617500.390.080.25312.1636.2760
HexBE74AF027819138243c
Octal27616425704710314704474
Binary101111101110100101011110100111100011001100111000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE74AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE74AF; }

 p { color: rgb(190,116,175); }

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

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

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

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

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

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

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