Html Css Color HEX #BA20AA Medium Violet Red

📋 copy color: '#BA20AA'

red 186 ◦ green 32 ◦ blue 170

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

Shades of Medium Violet Red #BA20AA

Tints of Medium Violet Red #BA20AA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.25%

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

R = 47.94%
G = 8.25%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA20AA (or 0xBA20AA) is known color: Medium Violet Red. HEX triplet: BA, 20 and AA. RGB value is (186,32,170). Sum of RGB (Red+Green+Blue) = 186+32+170=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA20AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA20AA is #45DF55. Grayscale: #5D5D5D. Windows color (decimal): -4579158 or 11149498. OLE color: 11149498.

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

Color convert

RGB 186 32 170 -
CMYK 0 0.83 0.09 0.27
HSL 306.23º 0.71% 0.43% -
HSV(B) 306.23º 0.83% 0.73% -
XYZ 28.02 14.37 39.33 -
YUV 93.78 171.02 193.78 -
System Red Green Blue C M Y K H S L
Decimal 186 32 170 0 0.83 0.09 0.27 306.23 0.71 0.43
Hex BA 20 AA 0 53 9 1B 132 47 2B
Octal 272 40 252 0 123 11 33 462 107 53
Binary 10111010 100000 10101010 0 1010011 1001 11011 100110010 1000111 101011

Color Harmonies of #BA20AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA20AA

Black with #BA20AA

Text Example


Text Example

White with #BA20AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA20AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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