Html Css Color HEX #BA1AA2 Medium Violet Red

📋 copy color: '#BA1AA2'

red 186 ◦ green 26 ◦ blue 162

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

Shades of Medium Violet Red #BA1AA2

Tints of Medium Violet Red #BA1AA2

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.95%

 BLUE value IS 162 (63.67% from 255) = 43.32%

R = 49.73%
G = 6.95%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BA1AA2 (or 0xBA1AA2) is known color: Medium Violet Red. HEX triplet: BA, 1A and A2. RGB value is (186,26,162). Sum of RGB (Red+Green+Blue) = 186+26+162=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 162 (63.67% from 255 or 43.32% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1AA2 is #45E55D. Grayscale: #585858. Windows color (decimal): -4580702 or 10623674. OLE color: 10623674.

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

Color convert

RGB 186 26 162 -
CMYK 0 0.86 0.13 0.27
HSL 309º 0.75% 0.42% -
HSV(B) 309º 0.86% 0.73% -
XYZ 27.14 13.79 35.41 -
YUV 89.34 169.01 196.94 -
System Red Green Blue C M Y K H S L
Decimal 186 26 162 0 0.86 0.13 0.27 309 0.75 0.42
Hex BA 1A A2 0 56 D 1B 135 4B 2A
Octal 272 32 242 0 126 15 33 465 113 52
Binary 10111010 11010 10100010 0 1010110 1101 11011 100110101 1001011 101010

Color Harmonies of #BA1AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1AA2

Black with #BA1AA2

Text Example


Text Example

White with #BA1AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1AA2; }

 p { color: rgb(186,26,162); }

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

background-color css

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

 a { background-color: rgb(186,26,162); }

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

border-color css

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

 span { border-color: rgb(186,26,162); }

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