#BA22B9

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

Shades of Deep Magenta #BA22B9

Tints of Deep Magenta #BA22B9

Color information

#BA22B9 (or 0xBA22B9) is unknown color: approx Deep Magenta. HEX triplet: BA, 22 and B9. RGB value is (186,34,185). Sum of RGB (Red+Green+Blue) = 186+34+185=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 34 (13.67% from 255 or 8.40% from 405); Blue value is 185 (72.66% from 255 or 45.68% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA22B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA22B9 is #45DD46. Grayscale: #606060. Windows color (decimal): -4578631 or 12133050. OLE color: 12133050.

HSL color Cylindrical-coordinate representation of color #BA22B9: hue angle of 300.39º 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 #BA22B9 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB18634185-
CMYK00.820.010.27
HSL300.39º69.09%43.14%-
HSV(B)300.39º81.72%72.94%-
XYZ29.5815.0947.25-
YUV96.66177.86191.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.93%
GREEN value IS 34 (13.67% from 255) = 8.40%
BLUE value IS 185 (72.66% from 255) = 45.68%
R=45.93%
G=8.40%
B=45.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863418500.820.010.27300.3969.0943.14
HexBA22B905211B12c452b
Octal27242271012213345410553
Binary1011101010001010111001010100101110111001011001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA22B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA22B9; }

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

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

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

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

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

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

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

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