Html Css Color HEX #BA1196 Medium Violet Red

📋 copy color: '#BA1196'

red 186 ◦ green 17 ◦ blue 150

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

Shades of Medium Violet Red #BA1196

Tints of Medium Violet Red #BA1196

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.82%

 BLUE value IS 150 (58.98% from 255) = 42.49%

R = 52.69%
G = 4.82%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA1196 (or 0xBA1196) is known color: Medium Violet Red. HEX triplet: BA, 11 and 96. RGB value is (186,17,150). Sum of RGB (Red+Green+Blue) = 186+17+150=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1196 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1196 is #45EE69. Grayscale: #525252. Windows color (decimal): -4583018 or 9834938. OLE color: 9834938.

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

Color convert

RGB 186 17 150 -
CMYK 0 0.91 0.19 0.27
HSL 312.78º 0.83% 0.4% -
HSV(B) 312.78º 0.91% 0.73% -
XYZ 25.96 13.04 30 -
YUV 82.69 165.99 201.69 -
System Red Green Blue C M Y K H S L
Decimal 186 17 150 0 0.91 0.19 0.27 312.78 0.83 0.4
Hex BA 11 96 0 5B 13 1B 139 53 28
Octal 272 21 226 0 133 23 33 471 123 50
Binary 10111010 10001 10010110 0 1011011 10011 11011 100111001 1010011 101000

Color Harmonies of #BA1196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1196

Black with #BA1196

Text Example


Text Example

White with #BA1196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1196; }

 p { color: rgb(186,17,150); }

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

background-color css

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

 a { background-color: rgb(186,17,150); }

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

border-color css

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

 span { border-color: rgb(186,17,150); }

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