Html Css Color HEX #BE19A6 Medium Violet Red

📋 copy color: '#BE19A6'

red 190 ◦ green 25 ◦ blue 166

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

Shades of Medium Violet Red #BE19A6

Tints of Medium Violet Red #BE19A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 43.57%

R = 49.87%
G = 6.56%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE19A6 (or 0xBE19A6) is known color: Medium Violet Red. HEX triplet: BE, 19 and A6. RGB value is (190,25,166). Sum of RGB (Red+Green+Blue) = 190+25+166=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 166 (65.23% from 255 or 43.57% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE19A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE19A6 is #41E659. Grayscale: #5A5A5A. Windows color (decimal): -4318810 or 10885566. OLE color: 10885566.

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

Color convert

RGB 190 25 166 -
CMYK 0 0.87 0.13 0.25
HSL 308.73º 0.77% 0.42% -
HSV(B) 308.73º 0.87% 0.75% -
XYZ 28.47 14.4 37.35 -
YUV 90.41 170.66 199.04 -
System Red Green Blue C M Y K H S L
Decimal 190 25 166 0 0.87 0.13 0.25 308.73 0.77 0.42
Hex BE 19 A6 0 57 D 19 135 4D 2A
Octal 276 31 246 0 127 15 31 465 115 52
Binary 10111110 11001 10100110 0 1010111 1101 11001 100110101 1001101 101010

Color Harmonies of #BE19A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE19A6

Black with #BE19A6

Text Example


Text Example

White with #BE19A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE19A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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