Html Css Color HEX #BA0573 Medium Violet Red

📋 copy color: '#BA0573'

red 186 ◦ green 5 ◦ blue 115

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

Shades of Medium Violet Red #BA0573

Tints of Medium Violet Red #BA0573

RGB

 RED value IS 186 (73.05% from 255) = 60.78%

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

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

R = 60.78%
G = 1.63%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA0573 (or 0xBA0573) is known color: Medium Violet Red. HEX triplet: BA, 05 and 73. RGB value is (186,5,115). Sum of RGB (Red+Green+Blue) = 186+5+115=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0573 is #45FA8C. Grayscale: #474747. Windows color (decimal): -4586125 or 7538106. OLE color: 7538106.

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

Color convert

RGB 186 5 115 -
CMYK 0 0.97 0.38 0.27
HSL 323.54º 0.95% 0.37% -
HSV(B) 323.54º 0.97% 0.73% -
XYZ 23.4 11.79 17.26 -
YUV 71.66 152.47 209.56 -
System Red Green Blue C M Y K H S L
Decimal 186 5 115 0 0.97 0.38 0.27 323.54 0.95 0.37
Hex BA 5 73 0 61 26 1B 144 5F 25
Octal 272 5 163 0 141 46 33 504 137 45
Binary 10111010 101 1110011 0 1100001 100110 11011 101000100 1011111 100101

Color Harmonies of #BA0573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0573

Black with #BA0573

Text Example


Text Example

White with #BA0573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0573; }

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

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

background-color css

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

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

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

border-color css

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

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

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