#BA1EBD

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

Shades of Deep Magenta #BA1EBD

Tints of Deep Magenta #BA1EBD

Color information

#BA1EBD (or 0xBA1EBD) is unknown color: approx Deep Magenta. HEX triplet: BA, 1E and BD. RGB value is (186,30,189). Sum of RGB (Red+Green+Blue) = 186+30+189=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 30 (12.11% from 255 or 7.41% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA1EBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1EBD is #45E142. Grayscale: #5E5E5E. Windows color (decimal): -4579651 or 12394170. OLE color: 12394170.

HSL color Cylindrical-coordinate representation of color #BA1EBD: hue angle of 298.87º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1EBD is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18630189-
CMYK0.020.8400.26
HSL298.87º72.6%42.94%-
HSV(B)298.87º84.13%74.12%-
XYZ29.915.0449.47-
YUV94.77181.18193.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.93%
GREEN value IS 30 (12.11% from 255) = 7.41%
BLUE value IS 189 (74.22% from 255) = 46.67%
R=45.93%
G=7.41%
B=46.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal186301890.020.8400.26298.8772.642.94
HexBA1EBD25401A12b492b
Octal27236275212403245311153
Binary1011101011110101111011010101000110101001010111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1EBD; }

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

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

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

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

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

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

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

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