Html Css Color HEX #BE19AA Medium Violet Red

📋 copy color: '#BE19AA'

red 190 ◦ green 25 ◦ blue 170

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

Shades of Medium Violet Red #BE19AA

Tints of Medium Violet Red #BE19AA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.49%

 BLUE value IS 170 (66.8% from 255) = 44.16%

R = 49.35%
G = 6.49%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BE19AA (or 0xBE19AA) is known color: Medium Violet Red. HEX triplet: BE, 19 and AA. RGB value is (190,25,170). Sum of RGB (Red+Green+Blue) = 190+25+170=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE19AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE19AA is #41E655. Grayscale: #5A5A5A. Windows color (decimal): -4318806 or 11147710. OLE color: 11147710.

HSL color Cylindrical-coordinate representation of color #BE19AA: hue angle of 307.27º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE19AA is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 25 170 -
CMYK 0 0.87 0.11 0.25
HSL 307.27º 0.77% 0.42% -
HSV(B) 307.27º 0.87% 0.75% -
XYZ 28.84 14.54 39.32 -
YUV 90.87 172.66 198.71 -
System Red Green Blue C M Y K H S L
Decimal 190 25 170 0 0.87 0.11 0.25 307.27 0.77 0.42
Hex BE 19 AA 0 57 B 19 133 4D 2A
Octal 276 31 252 0 127 13 31 463 115 52
Binary 10111110 11001 10101010 0 1010111 1011 11001 100110011 1001101 101010

Color Harmonies of #BE19AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE19AA

Black with #BE19AA

Text Example


Text Example

White with #BE19AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE19AA; }

 p { color: rgb(190,25,170); }

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

background-color css

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

 a { background-color: rgb(190,25,170); }

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

border-color css

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

 span { border-color: rgb(190,25,170); }

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