Html Css Color HEX #BA2AAB Medium Red Violet

📋 copy color: '#BA2AAB'

red 186 ◦ green 42 ◦ blue 171

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

Shades of Medium Red Violet #BA2AAB

Tints of Medium Red Violet #BA2AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.86%

R = 46.62%
G = 10.53%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA2AAB (or 0xBA2AAB) is known color: Medium Red Violet. HEX triplet: BA, 2A and AB. RGB value is (186,42,171). Sum of RGB (Red+Green+Blue) = 186+42+171=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 42 (16.80% from 255 or 10.53% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2AAB is #45D554. Grayscale: #636363. Windows color (decimal): -4576597 or 11217594. OLE color: 11217594.

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

Color convert

RGB 186 42 171 -
CMYK 0 0.77 0.08 0.27
HSL 306.25º 0.63% 0.45% -
HSV(B) 306.25º 0.77% 0.73% -
XYZ 28.43 15.04 39.93 -
YUV 99.76 168.21 189.51 -
System Red Green Blue C M Y K H S L
Decimal 186 42 171 0 0.77 0.08 0.27 306.25 0.63 0.45
Hex BA 2A AB 0 4D 8 1B 132 3F 2D
Octal 272 52 253 0 115 10 33 462 77 55
Binary 10111010 101010 10101011 0 1001101 1000 11011 100110010 111111 101101

Color Harmonies of #BA2AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2AAB

Black with #BA2AAB

Text Example


Text Example

White with #BA2AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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