Html Css Color HEX #BE74B2 London Hue

📋 copy color: '#BE74B2'

red 190 ◦ green 116 ◦ blue 178

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

Shades of London Hue #BE74B2

Tints of London Hue #BE74B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.78%

R = 39.26%
G = 23.97%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE74B2 (or 0xBE74B2) is known color: London Hue. HEX triplet: BE, 74 and B2. RGB value is (190,116,178). Sum of RGB (Red+Green+Blue) = 190+116+178=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BE74B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE74B2 is #418B4D. Grayscale: #919191. Windows color (decimal): -4295502 or 11695294. OLE color: 11695294.

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

Color convert

RGB 190 116 178 -
CMYK 0 0.39 0.06 0.25
HSL 309.73º 0.36% 0.6% -
HSV(B) 309.73º 0.39% 0.75% -
XYZ 35.52 26.65 45.39 -
YUV 145.19 146.52 159.96 -
System Red Green Blue C M Y K H S L
Decimal 190 116 178 0 0.39 0.06 0.25 309.73 0.36 0.6
Hex BE 74 B2 0 27 6 19 136 24 3C
Octal 276 164 262 0 47 6 31 466 44 74
Binary 10111110 1110100 10110010 0 100111 110 11001 100110110 100100 111100

Color Harmonies of #BE74B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE74B2

Black with #BE74B2

Text Example


Text Example

White with #BE74B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE74B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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