Html Css Color HEX #BE19A8 Medium Violet Red

📋 copy color: '#BE19A8'

red 190 ◦ green 25 ◦ blue 168

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

Shades of Medium Violet Red #BE19A8

Tints of Medium Violet Red #BE19A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 43.86%

R = 49.61%
G = 6.53%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE19A8 (or 0xBE19A8) is known color: Medium Violet Red. HEX triplet: BE, 19 and A8. RGB value is (190,25,168). Sum of RGB (Red+Green+Blue) = 190+25+168=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 168 (66.02% from 255 or 43.86% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE19A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE19A8 is #41E657. Grayscale: #5A5A5A. Windows color (decimal): -4318808 or 11016638. OLE color: 11016638.

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

Color convert

RGB 190 25 168 -
CMYK 0 0.87 0.12 0.25
HSL 308º 0.77% 0.42% -
HSV(B) 308º 0.87% 0.75% -
XYZ 28.65 14.47 38.33 -
YUV 90.64 171.66 198.87 -
System Red Green Blue C M Y K H S L
Decimal 190 25 168 0 0.87 0.12 0.25 308 0.77 0.42
Hex BE 19 A8 0 57 C 19 134 4D 2A
Octal 276 31 250 0 127 14 31 464 115 52
Binary 10111110 11001 10101000 0 1010111 1100 11001 100110100 1001101 101010

Color Harmonies of #BE19A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE19A8

Black with #BE19A8

Text Example


Text Example

White with #BE19A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE19A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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