Html Css Color HEX #BA1276 Medium Violet Red

📋 copy color: '#BA1276'

red 186 ◦ green 18 ◦ blue 118

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

Shades of Medium Violet Red #BA1276

Tints of Medium Violet Red #BA1276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.59%

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

R = 57.76%
G = 5.59%
B = 36.65%

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

#BA1276 (or 0xBA1276) is known color: Medium Violet Red. HEX triplet: BA, 12 and 76. RGB value is (186,18,118). Sum of RGB (Red+Green+Blue) = 186+18+118=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1276 is #45ED89. Grayscale: #4F4F4F. Windows color (decimal): -4582794 or 7738042. OLE color: 7738042.

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

Color convert

RGB 186 18 118 -
CMYK 0 0.90 0.37 0.27
HSL 324.29º 0.82% 0.4% -
HSV(B) 324.29º 0.9% 0.73% -
XYZ 23.74 12.18 18.24 -
YUV 79.63 149.66 203.87 -
System Red Green Blue C M Y K H S L
Decimal 186 18 118 0 0.90 0.37 0.27 324.29 0.82 0.4
Hex BA 12 76 0 5A 25 1B 144 52 28
Octal 272 22 166 0 132 45 33 504 122 50
Binary 10111010 10010 1110110 0 1011010 100101 11011 101000100 1010010 101000

Color Harmonies of #BA1276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1276

Black with #BA1276

Text Example


Text Example

White with #BA1276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1276; }

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

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

background-color css

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

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

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

border-color css

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

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

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