Html Css Color HEX #BA1579 Medium Violet Red

📋 copy color: '#BA1579'

red 186 ◦ green 21 ◦ blue 121

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

Shades of Medium Violet Red #BA1579

Tints of Medium Violet Red #BA1579

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.4%

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

R = 56.71%
G = 6.4%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA1579 (or 0xBA1579) is known color: Medium Violet Red. HEX triplet: BA, 15 and 79. RGB value is (186,21,121). Sum of RGB (Red+Green+Blue) = 186+21+121=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1579 is #45EA86. Grayscale: #515151. Windows color (decimal): -4582023 or 7935418. OLE color: 7935418.

HSL color Cylindrical-coordinate representation of color #BA1579: hue angle of 323.64º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1579 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 21 121 -
CMYK 0 0.89 0.35 0.27
HSL 323.64º 0.8% 0.41% -
HSV(B) 323.64º 0.89% 0.73% -
XYZ 23.97 12.36 19.21 -
YUV 81.74 150.16 202.37 -
System Red Green Blue C M Y K H S L
Decimal 186 21 121 0 0.89 0.35 0.27 323.64 0.8 0.41
Hex BA 15 79 0 59 23 1B 144 50 29
Octal 272 25 171 0 131 43 33 504 120 51
Binary 10111010 10101 1111001 0 1011001 100011 11011 101000100 1010000 101001

Color Harmonies of #BA1579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1579

Black with #BA1579

Text Example


Text Example

White with #BA1579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1579; }

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

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

background-color css

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

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

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

border-color css

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

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

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