#BE74B3

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

Shades of London Hue #BE74B3

Tints of London Hue #BE74B3

Color information

#BE74B3 (or 0xBE74B3) is unknown color: approx London Hue. HEX triplet: BE, 74 and B3. RGB value is (190,116,179). Sum of RGB (Red+Green+Blue) = 190+116+179=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BE74B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE74B3 is #418B4C. Grayscale: #919191. Windows color (decimal): -4295501 or 11760830. OLE color: 11760830.

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

Color convert

RGB190116179-
CMYK00.390.060.25
HSL308.92º36.27%60%-
HSV(B)308.92º38.95%74.51%-
XYZ35.6226.6945.92-
YUV145.31147.02159.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 116 (45.70% from 255) = 23.92%
BLUE value IS 179 (70.31% from 255) = 36.91%
R=39.18%
G=23.92%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011617900.390.060.25308.9236.2760
HexBE74B3027619135243c
Octal2761642630476314654474
Binary10111110111010010110011010011111011001100110101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE74B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE74B3; }

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

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

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

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

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

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

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

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