Html Css Color HEX #BA1191 Medium Violet Red

📋 copy color: '#BA1191'

red 186 ◦ green 17 ◦ blue 145

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

Shades of Medium Violet Red #BA1191

Tints of Medium Violet Red #BA1191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 41.67%

R = 53.45%
G = 4.89%
B = 41.67%

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

#BA1191 (or 0xBA1191) is known color: Medium Violet Red. HEX triplet: BA, 11 and 91. RGB value is (186,17,145). Sum of RGB (Red+Green+Blue) = 186+17+145=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1191 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1191 is #45EE6E. Grayscale: #515151. Windows color (decimal): -4583023 or 9507258. OLE color: 9507258.

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

Color convert

RGB 186 17 145 -
CMYK 0 0.91 0.22 0.27
HSL 314.56º 0.83% 0.4% -
HSV(B) 314.56º 0.91% 0.73% -
XYZ 25.56 12.88 27.93 -
YUV 82.12 163.49 202.09 -
System Red Green Blue C M Y K H S L
Decimal 186 17 145 0 0.91 0.22 0.27 314.56 0.83 0.4
Hex BA 11 91 0 5B 16 1B 13B 53 28
Octal 272 21 221 0 133 26 33 473 123 50
Binary 10111010 10001 10010001 0 1011011 10110 11011 100111011 1010011 101000

Color Harmonies of #BA1191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1191

Black with #BA1191

Text Example


Text Example

White with #BA1191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1191; }

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

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

background-color css

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

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

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

border-color css

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

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

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