Html Css Color HEX #BA0473 Medium Violet Red

📋 copy color: '#BA0473'

red 186 ◦ green 4 ◦ blue 115

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

Shades of Medium Violet Red #BA0473

Tints of Medium Violet Red #BA0473

RGB

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

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

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

R = 60.98%
G = 1.31%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA0473 (or 0xBA0473) is known color: Medium Violet Red. HEX triplet: BA, 04 and 73. RGB value is (186,4,115). Sum of RGB (Red+Green+Blue) = 186+4+115=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0473 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0473 is #45FB8C. Grayscale: #464646. Windows color (decimal): -4586381 or 7537850. OLE color: 7537850.

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

Color convert

RGB 186 4 115 -
CMYK 0 0.98 0.38 0.27
HSL 323.41º 0.96% 0.37% -
HSV(B) 323.41º 0.98% 0.73% -
XYZ 23.39 11.76 17.26 -
YUV 71.07 152.8 209.97 -
System Red Green Blue C M Y K H S L
Decimal 186 4 115 0 0.98 0.38 0.27 323.41 0.96 0.37
Hex BA 4 73 0 62 26 1B 143 60 25
Octal 272 4 163 0 142 46 33 503 140 45
Binary 10111010 100 1110011 0 1100010 100110 11011 101000011 1100000 100101

Color Harmonies of #BA0473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0473

Black with #BA0473

Text Example


Text Example

White with #BA0473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0473; }

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

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

background-color css

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

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

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

border-color css

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

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

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