#BA22B4

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

Shades of Deep Magenta #BA22B4

Tints of Deep Magenta #BA22B4

Color information

#BA22B4 (or 0xBA22B4) is unknown color: approx Deep Magenta. HEX triplet: BA, 22 and B4. RGB value is (186,34,180). Sum of RGB (Red+Green+Blue) = 186+34+180=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 34 (13.67% from 255 or 8.5% from 400); Blue value is 180 (70.70% from 255 or 45% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA22B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA22B4 is #45DD4B. Grayscale: #5F5F5F. Windows color (decimal): -4578636 or 11805370. OLE color: 11805370.

HSL color Cylindrical-coordinate representation of color #BA22B4: hue angle of 302.37º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA22B4 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB18634180-
CMYK00.820.030.27
HSL302.37º69.09%43.14%-
HSV(B)302.37º81.72%72.94%-
XYZ29.0614.8844.52-
YUV96.09175.36192.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.5%
GREEN value IS 34 (13.67% from 255) = 8.5%
BLUE value IS 180 (70.70% from 255) = 45%
R=46.5%
G=8.5%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863418000.820.030.27302.3769.0943.14
HexBA22B405231B12e452b
Octal27242264012233345610553
Binary10111010100010101101000101001011110111001011101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA22B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA22B4; }

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

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

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

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

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

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

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

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