#BA1FCA

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

Shades of Deep Magenta #BA1FCA

Tints of Deep Magenta #BA1FCA

Color information

#BA1FCA (or 0xBA1FCA) is unknown color: approx Deep Magenta. HEX triplet: BA, 1F and CA. RGB value is (186,31,202). Sum of RGB (Red+Green+Blue) = 186+31+202=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 31 (12.5% from 255 or 7.40% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA1FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1FCA is #45E035. Grayscale: #606060. Windows color (decimal): -4579382 or 13246394. OLE color: 13246394.

HSL color Cylindrical-coordinate representation of color #BA1FCA: hue angle of 294.39º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1FCA is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18631202-
CMYK0.080.8500.21
HSL294.39º73.39%45.69%-
HSV(B)294.39º84.65%79.22%-
XYZ31.415.6857.25-
YUV96.84187.35191.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.39%
GREEN value IS 31 (12.5% from 255) = 7.40%
BLUE value IS 202 (79.30% from 255) = 48.21%
R=44.39%
G=7.40%
B=48.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186312020.080.8500.21294.3973.3945.69
HexBA1FCA855015126492e
Octal272373121012502544611156
Binary101110101111111001010100010101010101011001001101001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1FCA; }

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

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

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

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

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

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

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

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