#BA21B0

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

Shades of Deep Magenta #BA21B0

Tints of Deep Magenta #BA21B0

Color information

#BA21B0 (or 0xBA21B0) is unknown color: approx Deep Magenta. HEX triplet: BA, 21 and B0. RGB value is (186,33,176). Sum of RGB (Red+Green+Blue) = 186+33+176=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 176 (69.14% from 255 or 44.56% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA21B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA21B0 is #45DE4F. Grayscale: #5E5E5E. Windows color (decimal): -4578896 or 11542970. OLE color: 11542970.

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

Color convert

RGB18633176-
CMYK00.820.050.27
HSL303.92º69.86%42.94%-
HSV(B)303.92º82.26%72.94%-
XYZ28.6314.6642.4-
YUV95.05173.69192.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 33 (13.28% from 255) = 8.35%
BLUE value IS 176 (69.14% from 255) = 44.56%
R=47.09%
G=8.35%
B=44.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863317600.820.050.27303.9269.8642.94
HexBA21B005251B130462b
Octal27241260012253346010653
Binary101110101000011011000001010010101110111001100001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA21B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA21B0; }

 p { color: rgb(186,33,176); }

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

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

 a { background-color: rgb(186,33,176); }

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

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

 span { border-color: rgb(186,33,176); }

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