Html Css Color HEX #BE0490 Medium Violet Red

📋 copy color: '#BE0490'

red 190 ◦ green 4 ◦ blue 144

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

Shades of Medium Violet Red #BE0490

Tints of Medium Violet Red #BE0490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.18%

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

R = 56.21%
G = 1.18%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BE0490 (or 0xBE0490) is known color: Medium Violet Red. HEX triplet: BE, 04 and 90. RGB value is (190,4,144). Sum of RGB (Red+Green+Blue) = 190+4+144=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0490 is #41FB6F. Grayscale: #4B4B4B. Windows color (decimal): -4324208 or 9438398. OLE color: 9438398.

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

Color convert

RGB 190 4 144 -
CMYK 0 0.98 0.24 0.25
HSL 314.84º 0.96% 0.38% -
HSV(B) 314.84º 0.98% 0.75% -
XYZ 26.31 13.05 27.52 -
YUV 75.57 166.62 209.62 -
System Red Green Blue C M Y K H S L
Decimal 190 4 144 0 0.98 0.24 0.25 314.84 0.96 0.38
Hex BE 4 90 0 62 18 19 13B 60 26
Octal 276 4 220 0 142 30 31 473 140 46
Binary 10111110 100 10010000 0 1100010 11000 11001 100111011 1100000 100110

Color Harmonies of #BE0490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0490

Black with #BE0490

Text Example


Text Example

White with #BE0490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0490; }

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

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

background-color css

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

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

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

border-color css

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

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

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