Html Css Color HEX #BA2AA1 Medium Red Violet

📋 copy color: '#BA2AA1'

red 186 ◦ green 42 ◦ blue 161

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

Shades of Medium Red Violet #BA2AA1

Tints of Medium Red Violet #BA2AA1

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.8%

 BLUE value IS 161 (63.28% from 255) = 41.39%

R = 47.81%
G = 10.8%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BA2AA1 (or 0xBA2AA1) is known color: Medium Red Violet. HEX triplet: BA, 2A and A1. RGB value is (186,42,161). Sum of RGB (Red+Green+Blue) = 186+42+161=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 42 (16.80% from 255 or 10.80% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2AA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2AA1 is #45D55E. Grayscale: #626262. Windows color (decimal): -4576607 or 10562234. OLE color: 10562234.

HSL color Cylindrical-coordinate representation of color #BA2AA1: hue angle of 310.42º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2AA1 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 42 161 -
CMYK 0 0.77 0.13 0.27
HSL 310.42º 0.63% 0.45% -
HSV(B) 310.42º 0.77% 0.73% -
XYZ 27.51 14.67 35.1 -
YUV 98.62 163.21 190.32 -
System Red Green Blue C M Y K H S L
Decimal 186 42 161 0 0.77 0.13 0.27 310.42 0.63 0.45
Hex BA 2A A1 0 4D D 1B 136 3F 2D
Octal 272 52 241 0 115 15 33 466 77 55
Binary 10111010 101010 10100001 0 1001101 1101 11011 100110110 111111 101101

Color Harmonies of #BA2AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2AA1

Black with #BA2AA1

Text Example


Text Example

White with #BA2AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2AA1; }

 p { color: rgb(186,42,161); }

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

background-color css

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

 a { background-color: rgb(186,42,161); }

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

border-color css

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

 span { border-color: rgb(186,42,161); }

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