Html Css Color HEX #BA24AF Deep Magenta

📋 copy color: '#BA24AF'

red 186 ◦ green 36 ◦ blue 175

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

Shades of Deep Magenta #BA24AF

Tints of Deep Magenta #BA24AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.08%

R = 46.85%
G = 9.07%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA24AF (or 0xBA24AF) is known color: Deep Magenta. HEX triplet: BA, 24 and AF. RGB value is (186,36,175). Sum of RGB (Red+Green+Blue) = 186+36+175=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 36 (14.45% from 255 or 9.07% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA24AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA24AF is #45DB50. Grayscale: #606060. Windows color (decimal): -4578129 or 11478202. OLE color: 11478202.

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

Color convert

RGB 186 36 175 -
CMYK 0 0.81 0.06 0.27
HSL 304.4º 0.68% 0.44% -
HSV(B) 304.4º 0.81% 0.73% -
XYZ 28.62 14.8 41.91 -
YUV 96.7 172.2 191.7 -
System Red Green Blue C M Y K H S L
Decimal 186 36 175 0 0.81 0.06 0.27 304.4 0.68 0.44
Hex BA 24 AF 0 51 6 1B 130 44 2C
Octal 272 44 257 0 121 6 33 460 104 54
Binary 10111010 100100 10101111 0 1010001 110 11011 100110000 1000100 101100

Color Harmonies of #BA24AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA24AF

Black with #BA24AF

Text Example


Text Example

White with #BA24AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA24AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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