Html Css Color HEX #BA0579 Medium Violet Red

📋 copy color: '#BA0579'

red 186 ◦ green 5 ◦ blue 121

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

Shades of Medium Violet Red #BA0579

Tints of Medium Violet Red #BA0579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 38.78%

R = 59.62%
G = 1.6%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA0579 (or 0xBA0579) is known color: Medium Violet Red. HEX triplet: BA, 05 and 79. RGB value is (186,5,121). Sum of RGB (Red+Green+Blue) = 186+5+121=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0579 is #45FA86. Grayscale: #484848. Windows color (decimal): -4586119 or 7931322. OLE color: 7931322.

HSL color Cylindrical-coordinate representation of color #BA0579: hue angle of 321.55º 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 #BA0579 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 5 121 -
CMYK 0 0.97 0.35 0.27
HSL 321.55º 0.95% 0.37% -
HSV(B) 321.55º 0.97% 0.73% -
XYZ 23.76 11.93 19.14 -
YUV 72.34 155.47 209.07 -
System Red Green Blue C M Y K H S L
Decimal 186 5 121 0 0.97 0.35 0.27 321.55 0.95 0.37
Hex BA 5 79 0 61 23 1B 142 5F 25
Octal 272 5 171 0 141 43 33 502 137 45
Binary 10111010 101 1111001 0 1100001 100011 11011 101000010 1011111 100101

Color Harmonies of #BA0579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0579

Black with #BA0579

Text Example


Text Example

White with #BA0579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0579; }

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

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

background-color css

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

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

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

border-color css

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

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

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