Html Css Color HEX #BA24C1 Deep Magenta

📋 copy color: '#BA24C1'

red 186 ◦ green 36 ◦ blue 193

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

Shades of Deep Magenta #BA24C1

Tints of Deep Magenta #BA24C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 46.51%

R = 44.82%
G = 8.67%
B = 46.51%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA24C1 (or 0xBA24C1) is known color: Deep Magenta. HEX triplet: BA, 24 and C1. RGB value is (186,36,193). Sum of RGB (Red+Green+Blue) = 186+36+193=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 193 (75.78% from 255 or 46.51% from 415); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA24C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA24C1 is #45DB3E. Grayscale: #626262. Windows color (decimal): -4578111 or 12657850. OLE color: 12657850.

HSL color Cylindrical-coordinate representation of color #BA24C1: hue angle of 297.32º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA24C1 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 36 193 -
CMYK 0.04 0.81 0 0.24
HSL 297.32º 0.69% 0.45% -
HSV(B) 297.32º 0.81% 0.76% -
XYZ 30.51 15.55 51.85 -
YUV 98.75 181.2 190.23 -
System Red Green Blue C M Y K H S L
Decimal 186 36 193 0.04 0.81 0 0.24 297.32 0.69 0.45
Hex BA 24 C1 4 51 0 18 129 45 2D
Octal 272 44 301 4 121 0 30 451 105 55
Binary 10111010 100100 11000001 100 1010001 0 11000 100101001 1000101 101101

Color Harmonies of #BA24C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA24C1

Black with #BA24C1

Text Example


Text Example

White with #BA24C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA24C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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