Html Css Color HEX #BA1376 Medium Violet Red

📋 copy color: '#BA1376'

red 186 ◦ green 19 ◦ blue 118

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

Shades of Medium Violet Red #BA1376

Tints of Medium Violet Red #BA1376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.88%

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

R = 57.59%
G = 5.88%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA1376 (or 0xBA1376) is known color: Medium Violet Red. HEX triplet: BA, 13 and 76. RGB value is (186,19,118). Sum of RGB (Red+Green+Blue) = 186+19+118=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1376 is #45EC89. Grayscale: #4F4F4F. Windows color (decimal): -4582538 or 7738298. OLE color: 7738298.

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

Color convert

RGB 186 19 118 -
CMYK 0 0.90 0.37 0.27
HSL 324.43º 0.81% 0.4% -
HSV(B) 324.43º 0.9% 0.73% -
XYZ 23.75 12.21 18.24 -
YUV 80.22 149.33 203.45 -
System Red Green Blue C M Y K H S L
Decimal 186 19 118 0 0.90 0.37 0.27 324.43 0.81 0.4
Hex BA 13 76 0 5A 25 1B 144 51 28
Octal 272 23 166 0 132 45 33 504 121 50
Binary 10111010 10011 1110110 0 1011010 100101 11011 101000100 1010001 101000

Color Harmonies of #BA1376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1376

Black with #BA1376

Text Example


Text Example

White with #BA1376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1376; }

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

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

background-color css

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

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

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

border-color css

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

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

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