Html Css Color HEX #BA1479 Medium Violet Red

📋 copy color: '#BA1479'

red 186 ◦ green 20 ◦ blue 121

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

Shades of Medium Violet Red #BA1479

Tints of Medium Violet Red #BA1479

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.12%

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

R = 56.88%
G = 6.12%
B = 37%

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

#BA1479 (or 0xBA1479) is known color: Medium Violet Red. HEX triplet: BA, 14 and 79. RGB value is (186,20,121). Sum of RGB (Red+Green+Blue) = 186+20+121=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1479 is #45EB86. Grayscale: #505050. Windows color (decimal): -4582279 or 7935162. OLE color: 7935162.

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

Color convert

RGB 186 20 121 -
CMYK 0 0.89 0.35 0.27
HSL 323.49º 0.81% 0.4% -
HSV(B) 323.49º 0.89% 0.73% -
XYZ 23.95 12.32 19.2 -
YUV 81.15 150.5 202.79 -
System Red Green Blue C M Y K H S L
Decimal 186 20 121 0 0.89 0.35 0.27 323.49 0.81 0.4
Hex BA 14 79 0 59 23 1B 143 51 28
Octal 272 24 171 0 131 43 33 503 121 50
Binary 10111010 10100 1111001 0 1011001 100011 11011 101000011 1010001 101000

Color Harmonies of #BA1479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1479

Black with #BA1479

Text Example


Text Example

White with #BA1479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1479; }

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

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

background-color css

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

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

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

border-color css

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

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

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