#BA04BE

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

Shades of Deep Magenta #BA04BE

Tints of Deep Magenta #BA04BE

Color information

#BA04BE (or 0xBA04BE) is unknown color: approx Deep Magenta. HEX triplet: BA, 04 and BE. RGB value is (186,4,190). Sum of RGB (Red+Green+Blue) = 186+4+190=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 4 (1.95% from 255 or 1.05% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA04BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA04BE is #45FB41. Grayscale: #4F4F4F. Windows color (decimal): -4586306 or 12453050. OLE color: 12453050.

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

Color convert

RGB1864190-
CMYK0.020.9800.25
HSL298.71º95.88%38.04%-
HSV(B)298.71º97.89%74.51%-
XYZ29.5914.2449.91-
YUV79.62190.3203.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.95%
GREEN value IS 4 (1.95% from 255) = 1.05%
BLUE value IS 190 (74.61% from 255) = 50%
R=48.95%
G=1.05%
B=50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18641900.020.9800.25298.7195.8838.04
HexBA4BE26201912b6026
Octal2724276214203145314046
Binary10111010100101111101011000100110011001010111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA04BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA04BE; }

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

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

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

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

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

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

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

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