#bc14c4

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

Shades of Deep Magenta #BC14C4

Tints of Deep Magenta #BC14C4

Color information

#BC14C4 (or 0xBC14C4) is unknown color: approx Deep Magenta. HEX triplet: BC, 14 and C4. RGB value is (188,20,196). Sum of RGB (Red+Green+Blue) = 188+20+196=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 20 (8.20% from 255 or 4.95% from 404); Blue value is 196 (76.95% from 255 or 48.51% from 404); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC14C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC14C4 is #43EB3B. Grayscale: #595959. Windows color (decimal): -4451132 or 12850364. OLE color: 12850364.

HSL color Cylindrical-coordinate representation of color #BC14C4: hue angle of 297.27º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC14C4 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18820196-
CMYK0.040.9000.23
HSL297.27º81.48%42.35%-
HSV(B)297.27º89.8%76.86%-
XYZ30.9515.1853.52-
YUV90.3187.66197.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.53%
GREEN value IS 20 (8.20% from 255) = 4.95%
BLUE value IS 196 (76.95% from 255) = 48.51%
R=46.53%
G=4.95%
B=48.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal188201960.040.9000.23297.2781.4842.35
HexBC14C445A017129512a
Octal27424304413202745112152
Binary10111100101001100010010010110100101111001010011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc14c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc14c4; }

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

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

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

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

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

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

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

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