Html Css Color HEX #BE1A78 Medium Violet Red

📋 copy color: '#BE1A78'

red 190 ◦ green 26 ◦ blue 120

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

Shades of Medium Violet Red #BE1A78

Tints of Medium Violet Red #BE1A78

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.74%

 BLUE value IS 120 (47.27% from 255) = 35.71%

R = 56.55%
G = 7.74%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE1A78 (or 0xBE1A78) is known color: Medium Violet Red. HEX triplet: BE, 1A and 78. RGB value is (190,26,120). Sum of RGB (Red+Green+Blue) = 190+26+120=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 26 (10.55% from 255 or 7.74% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1A78 is #41E587. Grayscale: #555555. Windows color (decimal): -4318600 or 7871166. OLE color: 7871166.

HSL color Cylindrical-coordinate representation of color #BE1A78: hue angle of 325.61º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE1A78 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 26 120 -
CMYK 0 0.86 0.37 0.25
HSL 325.61º 0.76% 0.42% -
HSV(B) 325.61º 0.86% 0.75% -
XYZ 24.99 13.04 18.97 -
YUV 85.75 147.33 202.36 -
System Red Green Blue C M Y K H S L
Decimal 190 26 120 0 0.86 0.37 0.25 325.61 0.76 0.42
Hex BE 1A 78 0 56 25 19 146 4C 2A
Octal 276 32 170 0 126 45 31 506 114 52
Binary 10111110 11010 1111000 0 1010110 100101 11001 101000110 1001100 101010

Color Harmonies of #BE1A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1A78

Black with #BE1A78

Text Example


Text Example

White with #BE1A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1A78; }

 p { color: rgb(190,26,120); }

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

background-color css

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

 a { background-color: rgb(190,26,120); }

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

border-color css

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

 span { border-color: rgb(190,26,120); }

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