#BC14BF

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

Shades of Deep Magenta #BC14BF

Tints of Deep Magenta #BC14BF

Color information

#BC14BF (or 0xBC14BF) is unknown color: approx Deep Magenta. HEX triplet: BC, 14 and BF. RGB value is (188,20,191). Sum of RGB (Red+Green+Blue) = 188+20+191=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC14BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC14BF is #43EB40. Grayscale: #595959. Windows color (decimal): -4451137 or 12522684. OLE color: 12522684.

HSL color Cylindrical-coordinate representation of color #BC14BF: hue angle of 298.95º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC14BF is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18820191-
CMYK0.020.9000.25
HSL298.95º81.04%41.37%-
HSV(B)298.95º89.53%74.9%-
XYZ30.3914.9550.57-
YUV89.73185.16198.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.12%
GREEN value IS 20 (8.20% from 255) = 5.01%
BLUE value IS 191 (75% from 255) = 47.87%
R=47.12%
G=5.01%
B=47.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188201910.020.9000.25298.9581.0441.37
HexBC14BF25A01912b5129
Octal27424277213203145312151
Binary1011110010100101111111010110100110011001010111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC14BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC14BF; }

 p { color: rgb(188,20,191); }

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

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

 a { background-color: rgb(188,20,191); }

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

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

 span { border-color: rgb(188,20,191); }

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