Html Css Color HEX #BA1AA6 Medium Violet Red

📋 copy color: '#BA1AA6'

red 186 ◦ green 26 ◦ blue 166

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

Shades of Medium Violet Red #BA1AA6

Tints of Medium Violet Red #BA1AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 43.92%

R = 49.21%
G = 6.88%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA1AA6 (or 0xBA1AA6) is known color: Medium Violet Red. HEX triplet: BA, 1A and A6. RGB value is (186,26,166). Sum of RGB (Red+Green+Blue) = 186+26+166=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 166 (65.23% from 255 or 43.92% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1AA6 is #45E559. Grayscale: #595959. Windows color (decimal): -4580698 or 10885818. OLE color: 10885818.

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

Color convert

RGB 186 26 166 -
CMYK 0 0.86 0.11 0.27
HSL 307.5º 0.75% 0.42% -
HSV(B) 307.5º 0.86% 0.73% -
XYZ 27.5 13.93 37.32 -
YUV 89.8 171.01 196.62 -
System Red Green Blue C M Y K H S L
Decimal 186 26 166 0 0.86 0.11 0.27 307.5 0.75 0.42
Hex BA 1A A6 0 56 B 1B 134 4B 2A
Octal 272 32 246 0 126 13 33 464 113 52
Binary 10111010 11010 10100110 0 1010110 1011 11011 100110100 1001011 101010

Color Harmonies of #BA1AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1AA6

Black with #BA1AA6

Text Example


Text Example

White with #BA1AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1AA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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