Html Css Color HEX #BE0390 Medium Violet Red

📋 copy color: '#BE0390'

red 190 ◦ green 3 ◦ blue 144

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

Shades of Medium Violet Red #BE0390

Tints of Medium Violet Red #BE0390

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.89%

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

R = 56.38%
G = 0.89%
B = 42.73%

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

#BE0390 (or 0xBE0390) is known color: Medium Violet Red. HEX triplet: BE, 03 and 90. RGB value is (190,3,144). Sum of RGB (Red+Green+Blue) = 190+3+144=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0390 is #41FC6F. Grayscale: #4A4A4A. Windows color (decimal): -4324464 or 9438142. OLE color: 9438142.

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

Color convert

RGB 190 3 144 -
CMYK 0 0.98 0.24 0.25
HSL 314.76º 0.97% 0.38% -
HSV(B) 314.76º 0.98% 0.75% -
XYZ 26.3 13.03 27.51 -
YUV 74.99 166.95 210.04 -
System Red Green Blue C M Y K H S L
Decimal 190 3 144 0 0.98 0.24 0.25 314.76 0.97 0.38
Hex BE 3 90 0 62 18 19 13B 61 26
Octal 276 3 220 0 142 30 31 473 141 46
Binary 10111110 11 10010000 0 1100010 11000 11001 100111011 1100001 100110

Color Harmonies of #BE0390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0390

Black with #BE0390

Text Example


Text Example

White with #BE0390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0390; }

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

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

background-color css

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

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

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

border-color css

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

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

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