Html Css Color HEX #BA1476 Medium Violet Red

📋 copy color: '#BA1476'

red 186 ◦ green 20 ◦ blue 118

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

Shades of Medium Violet Red #BA1476

Tints of Medium Violet Red #BA1476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.42%

R = 57.41%
G = 6.17%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA1476 (or 0xBA1476) is known color: Medium Violet Red. HEX triplet: BA, 14 and 76. RGB value is (186,20,118). Sum of RGB (Red+Green+Blue) = 186+20+118=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1476 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1476 is #45EB89. Grayscale: #505050. Windows color (decimal): -4582282 or 7738554. OLE color: 7738554.

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

Color convert

RGB 186 20 118 -
CMYK 0 0.89 0.37 0.27
HSL 324.58º 0.81% 0.4% -
HSV(B) 324.58º 0.89% 0.73% -
XYZ 23.77 12.25 18.25 -
YUV 80.81 149 203.03 -
System Red Green Blue C M Y K H S L
Decimal 186 20 118 0 0.89 0.37 0.27 324.58 0.81 0.4
Hex BA 14 76 0 59 25 1B 145 51 28
Octal 272 24 166 0 131 45 33 505 121 50
Binary 10111010 10100 1110110 0 1011001 100101 11011 101000101 1010001 101000

Color Harmonies of #BA1476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1476

Black with #BA1476

Text Example


Text Example

White with #BA1476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1476; }

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

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

background-color css

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

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

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

border-color css

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

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

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