#BA02BE

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

Shades of Deep Magenta #BA02BE

Tints of Deep Magenta #BA02BE

Color information

#BA02BE (or 0xBA02BE) is unknown color: approx Deep Magenta. HEX triplet: BA, 02 and BE. RGB value is (186,2,190). Sum of RGB (Red+Green+Blue) = 186+2+190=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 2 (1.17% from 255 or 0.53% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA02BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA02BE is #45FD41. Grayscale: #4D4D4D. Windows color (decimal): -4586818 or 12452538. OLE color: 12452538.

HSL color Cylindrical-coordinate representation of color #BA02BE: hue angle of 298.72º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA02BE is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1862190-
CMYK0.020.9900.25
HSL298.72º97.92%37.65%-
HSV(B)298.72º98.95%74.51%-
XYZ29.5714.249.9-
YUV78.45190.96204.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.21%
GREEN value IS 2 (1.17% from 255) = 0.53%
BLUE value IS 190 (74.61% from 255) = 50.26%
R=49.21%
G=0.53%
B=50.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18621900.020.9900.25298.7297.9237.65
HexBA2BE26301912b6226
Octal2722276214303145314246
Binary1011101010101111101011000110110011001010111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA02BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA02BE; }

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

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

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

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

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

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

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

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