Html Css Color HEX #BE196E Medium Violet Red

📋 copy color: '#BE196E'

red 190 ◦ green 25 ◦ blue 110

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

Shades of Medium Violet Red #BE196E

Tints of Medium Violet Red #BE196E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.85%

R = 58.46%
G = 7.69%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BE196E (or 0xBE196E) is known color: Medium Violet Red. HEX triplet: BE, 19 and 6E. RGB value is (190,25,110). Sum of RGB (Red+Green+Blue) = 190+25+110=325 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.46% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 190 - color contains mainly: red. Hex color #BE196E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE196E is #41E691. Grayscale: #535353. Windows color (decimal): -4318866 or 7215550. OLE color: 7215550.

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

Color convert

RGB 190 25 110 -
CMYK 0 0.87 0.42 0.25
HSL 329.09º 0.77% 0.42% -
HSV(B) 329.09º 0.87% 0.75% -
XYZ 24.4 12.77 15.93 -
YUV 84.03 142.66 203.59 -
System Red Green Blue C M Y K H S L
Decimal 190 25 110 0 0.87 0.42 0.25 329.09 0.77 0.42
Hex BE 19 6E 0 57 2A 19 149 4D 2A
Octal 276 31 156 0 127 52 31 511 115 52
Binary 10111110 11001 1101110 0 1010111 101010 11001 101001001 1001101 101010

Color Harmonies of #BE196E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE196E

Black with #BE196E

Text Example


Text Example

White with #BE196E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE196E; }

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

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

background-color css

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

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

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

border-color css

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

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

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