Html Css Color HEX #BA17AA Medium Violet Red

📋 copy color: '#BA17AA'

red 186 ◦ green 23 ◦ blue 170

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

Shades of Medium Violet Red #BA17AA

Tints of Medium Violet Red #BA17AA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.07%

 BLUE value IS 170 (66.8% from 255) = 44.85%

R = 49.08%
G = 6.07%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA17AA (or 0xBA17AA) is known color: Medium Violet Red. HEX triplet: BA, 17 and AA. RGB value is (186,23,170). Sum of RGB (Red+Green+Blue) = 186+23+170=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA17AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA17AA is #45E855. Grayscale: #585858. Windows color (decimal): -4581462 or 11147194. OLE color: 11147194.

HSL color Cylindrical-coordinate representation of color #BA17AA: hue angle of 305.89º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA17AA is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 23 170 -
CMYK 0 0.88 0.09 0.27
HSL 305.89º 0.78% 0.41% -
HSV(B) 305.89º 0.88% 0.73% -
XYZ 27.81 13.95 39.26 -
YUV 88.5 174 197.55 -
System Red Green Blue C M Y K H S L
Decimal 186 23 170 0 0.88 0.09 0.27 305.89 0.78 0.41
Hex BA 17 AA 0 58 9 1B 132 4E 29
Octal 272 27 252 0 130 11 33 462 116 51
Binary 10111010 10111 10101010 0 1011000 1001 11011 100110010 1001110 101001

Color Harmonies of #BA17AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA17AA

Black with #BA17AA

Text Example


Text Example

White with #BA17AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA17AA; }

 p { color: rgb(186,23,170); }

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

background-color css

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

 a { background-color: rgb(186,23,170); }

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

border-color css

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

 span { border-color: rgb(186,23,170); }

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