Html Css Color HEX #BE196F Medium Violet Red

📋 copy color: '#BE196F'

red 190 ◦ green 25 ◦ blue 111

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

Shades of Medium Violet Red #BE196F

Tints of Medium Violet Red #BE196F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.05%

R = 58.28%
G = 7.67%
B = 34.05%

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

#BE196F (or 0xBE196F) is known color: Medium Violet Red. HEX triplet: BE, 19 and 6F. RGB value is (190,25,111). Sum of RGB (Red+Green+Blue) = 190+25+111=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE196F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE196F is #41E690. Grayscale: #535353. Windows color (decimal): -4318865 or 7281086. OLE color: 7281086.

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

Color convert

RGB 190 25 111 -
CMYK 0 0.87 0.42 0.25
HSL 328.73º 0.77% 0.42% -
HSV(B) 328.73º 0.87% 0.75% -
XYZ 24.45 12.79 16.22 -
YUV 84.14 143.16 203.51 -
System Red Green Blue C M Y K H S L
Decimal 190 25 111 0 0.87 0.42 0.25 328.73 0.77 0.42
Hex BE 19 6F 0 57 2A 19 149 4D 2A
Octal 276 31 157 0 127 52 31 511 115 52
Binary 10111110 11001 1101111 0 1010111 101010 11001 101001001 1001101 101010

Color Harmonies of #BE196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE196F

Black with #BE196F

Text Example


Text Example

White with #BE196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE196F; }

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

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

background-color css

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

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

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

border-color css

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

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

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