#BA1FBD

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

Shades of Deep Magenta #BA1FBD

Tints of Deep Magenta #BA1FBD

Color information

#BA1FBD (or 0xBA1FBD) is unknown color: approx Deep Magenta. HEX triplet: BA, 1F and BD. RGB value is (186,31,189). Sum of RGB (Red+Green+Blue) = 186+31+189=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 31 (12.5% from 255 or 7.64% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA1FBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1FBD is #45E042. Grayscale: #5E5E5E. Windows color (decimal): -4579395 or 12394426. OLE color: 12394426.

HSL color Cylindrical-coordinate representation of color #BA1FBD: hue angle of 298.86º degrees, saturation: 0.72, 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 #BA1FBD is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18631189-
CMYK0.020.8400.26
HSL298.86º71.82%43.14%-
HSV(B)298.86º83.6%74.12%-
XYZ29.9215.0949.48-
YUV95.36180.85192.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 31 (12.5% from 255) = 7.64%
BLUE value IS 189 (74.22% from 255) = 46.55%
R=45.81%
G=7.64%
B=46.55%

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
Decimal186311890.020.8400.26298.8671.8243.14
HexBA1FBD25401A12b482b
Octal27237275212403245311053
Binary1011101011111101111011010101000110101001010111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1FBD; }

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

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

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

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

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

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

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

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