Html Css Color HEX #BA24BE Deep Magenta

📋 copy color: '#BA24BE'

red 186 ◦ green 36 ◦ blue 190

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

Shades of Deep Magenta #BA24BE

Tints of Deep Magenta #BA24BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.12%

R = 45.15%
G = 8.74%
B = 46.12%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA24BE (or 0xBA24BE) is known color: Deep Magenta. HEX triplet: BA, 24 and BE. RGB value is (186,36,190). Sum of RGB (Red+Green+Blue) = 186+36+190=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA24BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA24BE is #45DB41. Grayscale: #616161. Windows color (decimal): -4578114 or 12461242. OLE color: 12461242.

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

Color convert

RGB 186 36 190 -
CMYK 0.02 0.81 0 0.25
HSL 298.44º 0.68% 0.44% -
HSV(B) 298.44º 0.81% 0.75% -
XYZ 30.17 15.42 50.1 -
YUV 98.41 179.7 190.48 -
System Red Green Blue C M Y K H S L
Decimal 186 36 190 0.02 0.81 0 0.25 298.44 0.68 0.44
Hex BA 24 BE 2 51 0 19 12A 44 2C
Octal 272 44 276 2 121 0 31 452 104 54
Binary 10111010 100100 10111110 10 1010001 0 11001 100101010 1000100 101100

Color Harmonies of #BA24BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA24BE

Black with #BA24BE

Text Example


Text Example

White with #BA24BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA24BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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