Html Css Color HEX #BE1491 Medium Violet Red

📋 copy color: '#BE1491'

red 190 ◦ green 20 ◦ blue 145

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

Shades of Medium Violet Red #BE1491

Tints of Medium Violet Red #BE1491

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.63%

 BLUE value IS 145 (57.03% from 255) = 40.85%

R = 53.52%
G = 5.63%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BE1491 (or 0xBE1491) is known color: Medium Violet Red. HEX triplet: BE, 14 and 91. RGB value is (190,20,145). Sum of RGB (Red+Green+Blue) = 190+20+145=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 145 (57.03% from 255 or 40.85% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1491 is #41EB6E. Grayscale: #545454. Windows color (decimal): -4320111 or 9508030. OLE color: 9508030.

HSL color Cylindrical-coordinate representation of color #BE1491: hue angle of 315.88º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE1491 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 20 145 -
CMYK 0 0.89 0.24 0.25
HSL 315.88º 0.81% 0.41% -
HSV(B) 315.88º 0.89% 0.75% -
XYZ 26.6 13.49 27.99 -
YUV 85.08 161.82 202.84 -
System Red Green Blue C M Y K H S L
Decimal 190 20 145 0 0.89 0.24 0.25 315.88 0.81 0.41
Hex BE 14 91 0 59 18 19 13C 51 29
Octal 276 24 221 0 131 30 31 474 121 51
Binary 10111110 10100 10010001 0 1011001 11000 11001 100111100 1010001 101001

Color Harmonies of #BE1491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1491

Black with #BE1491

Text Example


Text Example

White with #BE1491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1491; }

 p { color: rgb(190,20,145); }

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

background-color css

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

 a { background-color: rgb(190,20,145); }

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

border-color css

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

 span { border-color: rgb(190,20,145); }

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