#BA24B4

Color #BA24B4 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BA24B4

Tints of Deep Magenta #BA24B4

Color information

#BA24B4 (or 0xBA24B4) is unknown color: approx Deep Magenta. HEX triplet: BA, 24 and B4. RGB value is (186,36,180). Sum of RGB (Red+Green+Blue) = 186+36+180=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 36 (14.45% from 255 or 8.96% from 402); Blue value is 180 (70.70% from 255 or 44.78% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA24B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA24B4 is #45DB4B. Grayscale: #606060. Windows color (decimal): -4578124 or 11805882. OLE color: 11805882.

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

Color convert

RGB18636180-
CMYK00.810.030.27
HSL302.4º67.57%43.53%-
HSV(B)302.4º80.65%72.94%-
XYZ29.121544.54-
YUV97.27174.7191.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 36 (14.45% from 255) = 8.96%
BLUE value IS 180 (70.70% from 255) = 44.78%
R=46.27%
G=8.96%
B=44.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863618000.810.030.27302.467.5743.53
HexBA24B405131B12e442c
Octal27244264012133345610454
Binary10111010100100101101000101000111110111001011101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA24B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA24B4; }

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

 H1.HeaderClassName
 {
   color: #BA24B4;
 }
 .AnyTagClassName
 {
   color: #BA24B4;
 }
</style>
background-color css

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

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

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

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

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

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