#BA04C1

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

Shades of Deep Magenta #BA04C1

Tints of Deep Magenta #BA04C1

Color information

#BA04C1 (or 0xBA04C1) is unknown color: approx Deep Magenta. HEX triplet: BA, 04 and C1. RGB value is (186,4,193). Sum of RGB (Red+Green+Blue) = 186+4+193=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 4 (1.95% from 255 or 1.04% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA04C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA04C1 is #45FB3E. Grayscale: #4F4F4F. Windows color (decimal): -4586303 or 12649658. OLE color: 12649658.

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

Color convert

RGB1864193-
CMYK0.040.9800.24
HSL297.78º95.94%38.63%-
HSV(B)297.78º97.93%75.69%-
XYZ29.9214.3851.65-
YUV79.96191.8203.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.56%
GREEN value IS 4 (1.95% from 255) = 1.04%
BLUE value IS 193 (75.78% from 255) = 50.39%
R=48.56%
G=1.04%
B=50.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18641930.040.9800.24297.7895.9438.63
HexBA4C146201812a6027
Octal2724301414203045214047
Binary101110101001100000110011000100110001001010101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA04C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA04C1; }

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

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

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

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

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

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

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

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