Html Css Color HEX #BE74B0 London Hue

📋 copy color: '#BE74B0'

red 190 ◦ green 116 ◦ blue 176

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

Shades of London Hue #BE74B0

Tints of London Hue #BE74B0

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.07%

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

R = 39.42%
G = 24.07%
B = 36.51%

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

#BE74B0 (or 0xBE74B0) is known color: London Hue. HEX triplet: BE, 74 and B0. RGB value is (190,116,176). Sum of RGB (Red+Green+Blue) = 190+116+176=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BE74B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE74B0 is #418B4F. Grayscale: #909090. Windows color (decimal): -4295504 or 11564222. OLE color: 11564222.

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

Color convert

RGB 190 116 176 -
CMYK 0 0.39 0.07 0.25
HSL 311.35º 0.36% 0.6% -
HSV(B) 311.35º 0.39% 0.75% -
XYZ 35.32 26.57 44.34 -
YUV 144.97 145.52 160.12 -
System Red Green Blue C M Y K H S L
Decimal 190 116 176 0 0.39 0.07 0.25 311.35 0.36 0.6
Hex BE 74 B0 0 27 7 19 137 24 3C
Octal 276 164 260 0 47 7 31 467 44 74
Binary 10111110 1110100 10110000 0 100111 111 11001 100110111 100100 111100

Color Harmonies of #BE74B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE74B0

Black with #BE74B0

Text Example


Text Example

White with #BE74B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE74B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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