Html Css Color HEX #BE196D Medium Violet Red

📋 copy color: '#BE196D'

red 190 ◦ green 25 ◦ blue 109

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

Shades of Medium Violet Red #BE196D

Tints of Medium Violet Red #BE196D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.64%

R = 58.64%
G = 7.72%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE196D (or 0xBE196D) is known color: Medium Violet Red. HEX triplet: BE, 19 and 6D. RGB value is (190,25,109). Sum of RGB (Red+Green+Blue) = 190+25+109=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE196D is #41E692. Grayscale: #535353. Windows color (decimal): -4318867 or 7150014. OLE color: 7150014.

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

Color convert

RGB 190 25 109 -
CMYK 0 0.87 0.43 0.25
HSL 329.45º 0.77% 0.42% -
HSV(B) 329.45º 0.87% 0.75% -
XYZ 24.34 12.75 15.65 -
YUV 83.91 142.16 203.67 -
System Red Green Blue C M Y K H S L
Decimal 190 25 109 0 0.87 0.43 0.25 329.45 0.77 0.42
Hex BE 19 6D 0 57 2B 19 149 4D 2A
Octal 276 31 155 0 127 53 31 511 115 52
Binary 10111110 11001 1101101 0 1010111 101011 11001 101001001 1001101 101010

Color Harmonies of #BE196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE196D

Black with #BE196D

Text Example


Text Example

White with #BE196D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE196D; }

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

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

background-color css

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

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

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

border-color css

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

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

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