#BC14C7

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

Shades of Deep Magenta #BC14C7

Tints of Deep Magenta #BC14C7

Color information

#BC14C7 (or 0xBC14C7) is unknown color: approx Deep Magenta. HEX triplet: BC, 14 and C7. RGB value is (188,20,199). Sum of RGB (Red+Green+Blue) = 188+20+199=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 199 (78.12% from 255 or 48.89% from 407); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC14C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC14C7 is #43EB38. Grayscale: #5A5A5A. Windows color (decimal): -4451129 or 13046972. OLE color: 13046972.

HSL color Cylindrical-coordinate representation of color #BC14C7: hue angle of 296.31º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC14C7 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18820199-
CMYK0.060.9000.22
HSL296.31º81.74%42.94%-
HSV(B)296.31º89.95%78.04%-
XYZ31.315.3255.34-
YUV90.64189.16197.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.19%
GREEN value IS 20 (8.20% from 255) = 4.91%
BLUE value IS 199 (78.12% from 255) = 48.89%
R=46.19%
G=4.91%
B=48.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188201990.060.9000.22296.3181.7442.94
HexBC14C765A016128522b
Octal27424307613202645012253
Binary10111100101001100011111010110100101101001010001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC14C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC14C7; }

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

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

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

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

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

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

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

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