Html Css Color HEX #BE1490 Medium Violet Red

📋 copy color: '#BE1490'

red 190 ◦ green 20 ◦ blue 144

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

Shades of Medium Violet Red #BE1490

Tints of Medium Violet Red #BE1490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.68%

R = 53.67%
G = 5.65%
B = 40.68%

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

#BE1490 (or 0xBE1490) is known color: Medium Violet Red. HEX triplet: BE, 14 and 90. RGB value is (190,20,144). Sum of RGB (Red+Green+Blue) = 190+20+144=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1490 is #41EB6F. Grayscale: #545454. Windows color (decimal): -4320112 or 9442494. OLE color: 9442494.

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

Color convert

RGB 190 20 144 -
CMYK 0 0.89 0.24 0.25
HSL 316.24º 0.81% 0.41% -
HSV(B) 316.24º 0.89% 0.75% -
XYZ 26.52 13.46 27.59 -
YUV 84.97 161.32 202.92 -
System Red Green Blue C M Y K H S L
Decimal 190 20 144 0 0.89 0.24 0.25 316.24 0.81 0.41
Hex BE 14 90 0 59 18 19 13C 51 29
Octal 276 24 220 0 131 30 31 474 121 51
Binary 10111110 10100 10010000 0 1011001 11000 11001 100111100 1010001 101001

Color Harmonies of #BE1490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1490

Black with #BE1490

Text Example


Text Example

White with #BE1490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1490; }

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

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

background-color css

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

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

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

border-color css

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

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

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