#BE73B1

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

Shades of London Hue #BE73B1

Tints of London Hue #BE73B1

Color information

#BE73B1 (or 0xBE73B1) is unknown color: approx London Hue. HEX triplet: BE, 73 and B1. RGB value is (190,115,177). Sum of RGB (Red+Green+Blue) = 190+115+177=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BE73B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE73B1 is #418C4E. Grayscale: #909090. Windows color (decimal): -4295759 or 11629502. OLE color: 11629502.

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

Color convert

RGB190115177-
CMYK00.390.070.25
HSL310.4º36.59%59.8%-
HSV(B)310.4º39.47%74.51%-
XYZ35.326.3844.83-
YUV144.49146.35160.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.42%
GREEN value IS 115 (45.31% from 255) = 23.86%
BLUE value IS 177 (69.53% from 255) = 36.72%
R=39.42%
G=23.86%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011517700.390.070.25310.436.5959.8
HexBE73B1027719136253c
Octal2761632610477314664574
Binary10111110111001110110001010011111111001100110110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE73B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE73B1; }

 p { color: rgb(190,115,177); }

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

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

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

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

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

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

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