Html Css Color HEX #BA24A9 Medium Red Violet

📋 copy color: '#BA24A9'

red 186 ◦ green 36 ◦ blue 169

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

Shades of Medium Red Violet #BA24A9

Tints of Medium Red Violet #BA24A9

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.21%

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

R = 47.57%
G = 9.21%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA24A9 (or 0xBA24A9) is known color: Medium Red Violet. HEX triplet: BA, 24 and A9. RGB value is (186,36,169). Sum of RGB (Red+Green+Blue) = 186+36+169=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 169 (66.41% from 255 or 43.22% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA24A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA24A9 is #45DB56. Grayscale: #5F5F5F. Windows color (decimal): -4578135 or 11084986. OLE color: 11084986.

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

Color convert

RGB 186 36 169 -
CMYK 0 0.81 0.09 0.27
HSL 306.8º 0.68% 0.44% -
HSV(B) 306.8º 0.81% 0.73% -
XYZ 28.04 14.57 38.87 -
YUV 96.01 169.2 192.19 -
System Red Green Blue C M Y K H S L
Decimal 186 36 169 0 0.81 0.09 0.27 306.8 0.68 0.44
Hex BA 24 A9 0 51 9 1B 133 44 2C
Octal 272 44 251 0 121 11 33 463 104 54
Binary 10111010 100100 10101001 0 1010001 1001 11011 100110011 1000100 101100

Color Harmonies of #BA24A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA24A9

Black with #BA24A9

Text Example


Text Example

White with #BA24A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA24A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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