#ba1fc5

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

Shades of Deep Magenta #BA1FC5

Tints of Deep Magenta #BA1FC5

Color information

#BA1FC5 (or 0xBA1FC5) is unknown color: approx Deep Magenta. HEX triplet: BA, 1F and C5. RGB value is (186,31,197). Sum of RGB (Red+Green+Blue) = 186+31+197=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 31 (12.5% from 255 or 7.49% from 414); Blue value is 197 (77.34% from 255 or 47.58% from 414); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA1FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1FC5 is #45E03A. Grayscale: #5F5F5F. Windows color (decimal): -4579387 or 12918714. OLE color: 12918714.

HSL color Cylindrical-coordinate representation of color #BA1FC5: hue angle of 296.02º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1FC5 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18631197-
CMYK0.060.8400.23
HSL296.02º72.81%44.71%-
HSV(B)296.02º84.26%77.25%-
XYZ30.8215.4554.18-
YUV96.27184.85192-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.93%
GREEN value IS 31 (12.5% from 255) = 7.49%
BLUE value IS 197 (77.34% from 255) = 47.58%
R=44.93%
G=7.49%
B=47.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal186311970.060.8400.23296.0272.8144.71
HexBA1FC5654017128492d
Octal27237305612402745011155
Binary10111010111111100010111010101000101111001010001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba1fc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba1fc5; }

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

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

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

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

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

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

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

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