Html Css Color HEX #BE0573 Medium Violet Red

📋 copy color: '#BE0573'

red 190 ◦ green 5 ◦ blue 115

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

Shades of Medium Violet Red #BE0573

Tints of Medium Violet Red #BE0573

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.61%

 BLUE value IS 115 (45.31% from 255) = 37.1%

R = 61.29%
G = 1.61%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE0573 (or 0xBE0573) is known color: Medium Violet Red. HEX triplet: BE, 05 and 73. RGB value is (190,5,115). Sum of RGB (Red+Green+Blue) = 190+5+115=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0573 is #41FA8C. Grayscale: #484848. Windows color (decimal): -4323981 or 7538110. OLE color: 7538110.

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

Color convert

RGB 190 5 115 -
CMYK 0 0.97 0.39 0.25
HSL 324.32º 0.95% 0.38% -
HSV(B) 324.32º 0.97% 0.75% -
XYZ 24.38 12.29 17.31 -
YUV 72.86 151.79 211.56 -
System Red Green Blue C M Y K H S L
Decimal 190 5 115 0 0.97 0.39 0.25 324.32 0.95 0.38
Hex BE 5 73 0 61 27 19 144 5F 26
Octal 276 5 163 0 141 47 31 504 137 46
Binary 10111110 101 1110011 0 1100001 100111 11001 101000100 1011111 100110

Color Harmonies of #BE0573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0573

Black with #BE0573

Text Example


Text Example

White with #BE0573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0573; }

 p { color: rgb(190,5,115); }

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

background-color css

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

 a { background-color: rgb(190,5,115); }

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

border-color css

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

 span { border-color: rgb(190,5,115); }

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