#BA1EC1

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

Shades of Deep Magenta #BA1EC1

Tints of Deep Magenta #BA1EC1

Color information

#BA1EC1 (or 0xBA1EC1) is unknown color: approx Deep Magenta. HEX triplet: BA, 1E and C1. RGB value is (186,30,193). Sum of RGB (Red+Green+Blue) = 186+30+193=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 30 (12.11% from 255 or 7.33% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA1EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1EC1 is #45E13E. Grayscale: #5E5E5E. Windows color (decimal): -4579647 or 12656314. OLE color: 12656314.

HSL color Cylindrical-coordinate representation of color #BA1EC1: hue angle of 297.42º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1EC1 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18630193-
CMYK0.040.8400.24
HSL297.42º73.09%43.73%-
HSV(B)297.42º84.46%75.69%-
XYZ30.3415.2251.79-
YUV95.23183.18192.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 30 (12.11% from 255) = 7.33%
BLUE value IS 193 (75.78% from 255) = 47.19%
R=45.48%
G=7.33%
B=47.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186301930.040.8400.24297.4273.0943.73
HexBA1EC1454018129492c
Octal27236301412403045111154
Binary10111010111101100000110010101000110001001010011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1EC1; }

 p { color: rgb(186,30,193); }

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

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

 a { background-color: rgb(186,30,193); }

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

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

 span { border-color: rgb(186,30,193); }

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