Html Css Color HEX #BA11A5 Medium Violet Red

📋 copy color: '#BA11A5'

red 186 ◦ green 17 ◦ blue 165

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

Shades of Medium Violet Red #BA11A5

Tints of Medium Violet Red #BA11A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.84%

R = 50.54%
G = 4.62%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA11A5 (or 0xBA11A5) is known color: Medium Violet Red. HEX triplet: BA, 11 and A5. RGB value is (186,17,165). Sum of RGB (Red+Green+Blue) = 186+17+165=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 165 (64.84% from 255 or 44.84% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA11A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA11A5 is #45EE5A. Grayscale: #535353. Windows color (decimal): -4583003 or 10817978. OLE color: 10817978.

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

Color convert

RGB 186 17 165 -
CMYK 0 0.91 0.11 0.27
HSL 307.46º 0.83% 0.4% -
HSV(B) 307.46º 0.91% 0.73% -
XYZ 27.24 13.56 36.78 -
YUV 84.4 173.49 200.47 -
System Red Green Blue C M Y K H S L
Decimal 186 17 165 0 0.91 0.11 0.27 307.46 0.83 0.4
Hex BA 11 A5 0 5B B 1B 133 53 28
Octal 272 21 245 0 133 13 33 463 123 50
Binary 10111010 10001 10100101 0 1011011 1011 11011 100110011 1010011 101000

Color Harmonies of #BA11A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA11A5

Black with #BA11A5

Text Example


Text Example

White with #BA11A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA11A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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