Html Css Color HEX #BA119C Medium Violet Red

📋 copy color: '#BA119C'

red 186 ◦ green 17 ◦ blue 156

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

Shades of Medium Violet Red #BA119C

Tints of Medium Violet Red #BA119C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.45%

R = 51.81%
G = 4.74%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA119C (or 0xBA119C) is known color: Medium Violet Red. HEX triplet: BA, 11 and 9C. RGB value is (186,17,156). Sum of RGB (Red+Green+Blue) = 186+17+156=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA119C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA119C is #45EE63. Grayscale: #525252. Windows color (decimal): -4583012 or 10228154. OLE color: 10228154.

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

Color convert

RGB 186 17 156 -
CMYK 0 0.91 0.16 0.27
HSL 310.65º 0.83% 0.4% -
HSV(B) 310.65º 0.91% 0.73% -
XYZ 26.45 13.24 32.61 -
YUV 83.38 168.99 201.2 -
System Red Green Blue C M Y K H S L
Decimal 186 17 156 0 0.91 0.16 0.27 310.65 0.83 0.4
Hex BA 11 9C 0 5B 10 1B 137 53 28
Octal 272 21 234 0 133 20 33 467 123 50
Binary 10111010 10001 10011100 0 1011011 10000 11011 100110111 1010011 101000

Color Harmonies of #BA119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA119C

Black with #BA119C

Text Example


Text Example

White with #BA119C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA119C; }

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

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

background-color css

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

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

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

border-color css

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

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

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