Html Css Color HEX #BA1279 Medium Violet Red

📋 copy color: '#BA1279'

red 186 ◦ green 18 ◦ blue 121

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

Shades of Medium Violet Red #BA1279

Tints of Medium Violet Red #BA1279

RGB

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

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

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

R = 57.23%
G = 5.54%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA1279 (or 0xBA1279) is known color: Medium Violet Red. HEX triplet: BA, 12 and 79. RGB value is (186,18,121). Sum of RGB (Red+Green+Blue) = 186+18+121=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1279 is #45ED86. Grayscale: #4F4F4F. Windows color (decimal): -4582791 or 7934650. OLE color: 7934650.

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

Color convert

RGB 186 18 121 -
CMYK 0 0.90 0.35 0.27
HSL 323.21º 0.82% 0.4% -
HSV(B) 323.21º 0.9% 0.73% -
XYZ 23.92 12.25 19.19 -
YUV 79.97 151.16 203.62 -
System Red Green Blue C M Y K H S L
Decimal 186 18 121 0 0.90 0.35 0.27 323.21 0.82 0.4
Hex BA 12 79 0 5A 23 1B 143 52 28
Octal 272 22 171 0 132 43 33 503 122 50
Binary 10111010 10010 1111001 0 1011010 100011 11011 101000011 1010010 101000

Color Harmonies of #BA1279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1279

Black with #BA1279

Text Example


Text Example

White with #BA1279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1279; }

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

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

background-color css

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

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

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

border-color css

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

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

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