#BA02B0

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

Shades of Deep Magenta #BA02B0

Tints of Deep Magenta #BA02B0

Color information

#BA02B0 (or 0xBA02B0) is unknown color: approx Deep Magenta. HEX triplet: BA, 02 and B0. RGB value is (186,2,176). Sum of RGB (Red+Green+Blue) = 186+2+176=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 2 (1.17% from 255 or 0.55% from 364); Blue value is 176 (69.14% from 255 or 48.35% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA02B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA02B0 is #45FD4F. Grayscale: #4C4C4C. Windows color (decimal): -4586832 or 11535034. OLE color: 11535034.

HSL color Cylindrical-coordinate representation of color #BA02B0: hue angle of 303.26º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA02B0 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB1862176-
CMYK00.990.050.27
HSL303.26º97.87%36.86%-
HSV(B)303.26º98.92%72.94%-
XYZ28.1113.6242.22-
YUV76.85183.96205.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.10%
GREEN value IS 2 (1.17% from 255) = 0.55%
BLUE value IS 176 (69.14% from 255) = 48.35%
R=51.10%
G=0.55%
B=48.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186217600.990.050.27303.2697.8736.86
HexBA2B006351B12f6225
Octal2722260014353345714245
Binary10111010101011000001100011101110111001011111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA02B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA02B0; }

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

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

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

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

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

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

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

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