Html Css Color HEX #BA24AC Medium Red Violet

📋 copy color: '#BA24AC'

red 186 ◦ green 36 ◦ blue 172

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

Shades of Medium Red Violet #BA24AC

Tints of Medium Red Violet #BA24AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.65%

R = 47.21%
G = 9.14%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA24AC (or 0xBA24AC) is known color: Medium Red Violet. HEX triplet: BA, 24 and AC. RGB value is (186,36,172). Sum of RGB (Red+Green+Blue) = 186+36+172=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 36 (14.45% from 255 or 9.14% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA24AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA24AC is #45DB53. Grayscale: #5F5F5F. Windows color (decimal): -4578132 or 11281594. OLE color: 11281594.

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

Color convert

RGB 186 36 172 -
CMYK 0 0.81 0.08 0.27
HSL 305.6º 0.68% 0.44% -
HSV(B) 305.6º 0.81% 0.73% -
XYZ 28.33 14.68 40.37 -
YUV 96.35 170.7 191.94 -
System Red Green Blue C M Y K H S L
Decimal 186 36 172 0 0.81 0.08 0.27 305.6 0.68 0.44
Hex BA 24 AC 0 51 8 1B 132 44 2C
Octal 272 44 254 0 121 10 33 462 104 54
Binary 10111010 100100 10101100 0 1010001 1000 11011 100110010 1000100 101100

Color Harmonies of #BA24AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA24AC

Black with #BA24AC

Text Example


Text Example

White with #BA24AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA24AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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