Html Css Color HEX #BA1192 Medium Violet Red

📋 copy color: '#BA1192'

red 186 ◦ green 17 ◦ blue 146

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

Shades of Medium Violet Red #BA1192

Tints of Medium Violet Red #BA1192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.83%

R = 53.3%
G = 4.87%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA1192 (or 0xBA1192) is known color: Medium Violet Red. HEX triplet: BA, 11 and 92. RGB value is (186,17,146). Sum of RGB (Red+Green+Blue) = 186+17+146=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1192 is #45EE6D. Grayscale: #515151. Windows color (decimal): -4583022 or 9572794. OLE color: 9572794.

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

Color convert

RGB 186 17 146 -
CMYK 0 0.91 0.22 0.27
HSL 314.2º 0.83% 0.4% -
HSV(B) 314.2º 0.91% 0.73% -
XYZ 25.64 12.92 28.34 -
YUV 82.24 163.99 202.01 -
System Red Green Blue C M Y K H S L
Decimal 186 17 146 0 0.91 0.22 0.27 314.2 0.83 0.4
Hex BA 11 92 0 5B 16 1B 13A 53 28
Octal 272 21 222 0 133 26 33 472 123 50
Binary 10111010 10001 10010010 0 1011011 10110 11011 100111010 1010011 101000

Color Harmonies of #BA1192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1192

Black with #BA1192

Text Example


Text Example

White with #BA1192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1192; }

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

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

background-color css

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

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

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

border-color css

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

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

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