Html Css Color HEX #BE73B0 London Hue

📋 copy color: '#BE73B0'

red 190 ◦ green 115 ◦ blue 176

#BE73B0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #BE73B0

Tints of London Hue #BE73B0

RGB

 RED value IS 190 (74.61% from 255) = 39.5%

 GREEN value IS 115 (45.31% from 255) = 23.91%

 BLUE value IS 176 (69.14% from 255) = 36.59%

R = 39.5%
G = 23.91%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE73B0 (or 0xBE73B0) is known color: London Hue. HEX triplet: BE, 73 and B0. RGB value is (190,115,176). Sum of RGB (Red+Green+Blue) = 190+115+176=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 176 (69.14% from 255 or 36.59% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BE73B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE73B0 is #418C4F. Grayscale: #909090. Windows color (decimal): -4295760 or 11563966. OLE color: 11563966.

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

Color convert

RGB 190 115 176 -
CMYK 0 0.39 0.07 0.25
HSL 311.2º 0.37% 0.6% -
HSV(B) 311.2º 0.39% 0.75% -
XYZ 35.2 26.34 44.3 -
YUV 144.38 145.85 160.54 -
System Red Green Blue C M Y K H S L
Decimal 190 115 176 0 0.39 0.07 0.25 311.2 0.37 0.6
Hex BE 73 B0 0 27 7 19 137 25 3C
Octal 276 163 260 0 47 7 31 467 45 74
Binary 10111110 1110011 10110000 0 100111 111 11001 100110111 100101 111100

Color Harmonies of #BE73B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE73B0

Black with #BE73B0

Text Example


Text Example

White with #BE73B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE73B0; }

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

 H1.HeaderClassName
 {
   color: #BE73B0;
 }
 .AnyTagClassName
 {
   color: #BE73B0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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