Html Css Color HEX #BA32A9 Medium Red Violet

📋 copy color: '#BA32A9'

red 186 ◦ green 50 ◦ blue 169

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

Shades of Medium Red Violet #BA32A9

Tints of Medium Red Violet #BA32A9

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.35%

 BLUE value IS 169 (66.41% from 255) = 41.73%

R = 45.93%
G = 12.35%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA32A9 (or 0xBA32A9) is known color: Medium Red Violet. HEX triplet: BA, 32 and A9. RGB value is (186,50,169). Sum of RGB (Red+Green+Blue) = 186+50+169=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 169 (66.41% from 255 or 41.73% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA32A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA32A9 is #45CD56. Grayscale: #676767. Windows color (decimal): -4574551 or 11088570. OLE color: 11088570.

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

Color convert

RGB 186 50 169 -
CMYK 0 0.73 0.09 0.27
HSL 307.5º 0.58% 0.46% -
HSV(B) 307.5º 0.73% 0.73% -
XYZ 28.55 15.58 39.04 -
YUV 104.23 164.56 186.32 -
System Red Green Blue C M Y K H S L
Decimal 186 50 169 0 0.73 0.09 0.27 307.5 0.58 0.46
Hex BA 32 A9 0 49 9 1B 134 3A 2E
Octal 272 62 251 0 111 11 33 464 72 56
Binary 10111010 110010 10101001 0 1001001 1001 11011 100110100 111010 101110

Color Harmonies of #BA32A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA32A9

Black with #BA32A9

Text Example


Text Example

White with #BA32A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA32A9; }

 p { color: rgb(186,50,169); }

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

background-color css

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

 a { background-color: rgb(186,50,169); }

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

border-color css

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

 span { border-color: rgb(186,50,169); }

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