Html Css Color HEX #BE1379 Medium Violet Red

📋 copy color: '#BE1379'

red 190 ◦ green 19 ◦ blue 121

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

Shades of Medium Violet Red #BE1379

Tints of Medium Violet Red #BE1379

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.76%

 BLUE value IS 121 (47.66% from 255) = 36.67%

R = 57.58%
G = 5.76%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE1379 (or 0xBE1379) is known color: Medium Violet Red. HEX triplet: BE, 13 and 79. RGB value is (190,19,121). Sum of RGB (Red+Green+Blue) = 190+19+121=330 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.58% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1379 is #41EC86. Grayscale: #515151. Windows color (decimal): -4320391 or 7934910. OLE color: 7934910.

HSL color Cylindrical-coordinate representation of color #BE1379: hue angle of 324.21º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE1379 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 19 121 -
CMYK 0 0.90 0.36 0.25
HSL 324.21º 0.82% 0.41% -
HSV(B) 324.21º 0.9% 0.75% -
XYZ 24.92 12.79 19.25 -
YUV 81.76 150.15 205.21 -
System Red Green Blue C M Y K H S L
Decimal 190 19 121 0 0.90 0.36 0.25 324.21 0.82 0.41
Hex BE 13 79 0 5A 24 19 144 52 29
Octal 276 23 171 0 132 44 31 504 122 51
Binary 10111110 10011 1111001 0 1011010 100100 11001 101000100 1010010 101001

Color Harmonies of #BE1379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1379

Black with #BE1379

Text Example


Text Example

White with #BE1379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1379; }

 p { color: rgb(190,19,121); }

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

background-color css

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

 a { background-color: rgb(190,19,121); }

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

border-color css

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

 span { border-color: rgb(190,19,121); }

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