#BC1ABE

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

Shades of Deep Magenta #BC1ABE

Tints of Deep Magenta #BC1ABE

Color information

#BC1ABE (or 0xBC1ABE) is unknown color: approx Deep Magenta. HEX triplet: BC, 1A and BE. RGB value is (188,26,190). Sum of RGB (Red+Green+Blue) = 188+26+190=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 26 (10.55% from 255 or 6.44% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC1ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1ABE is #43E541. Grayscale: #5C5C5C. Windows color (decimal): -4449602 or 12458684. OLE color: 12458684.

HSL color Cylindrical-coordinate representation of color #BC1ABE: hue angle of 299.27º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1ABE is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18826190-
CMYK0.010.8600.25
HSL299.27º75.93%42.35%-
HSV(B)299.27º86.32%74.51%-
XYZ30.415.1550.04-
YUV93.13182.67195.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.53%
GREEN value IS 26 (10.55% from 255) = 6.44%
BLUE value IS 190 (74.61% from 255) = 47.03%
R=46.53%
G=6.44%
B=47.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188261900.010.8600.25299.2775.9342.35
HexBC1ABE15601912b4c2a
Octal27432276112603145311452
Binary101111001101010111110110101100110011001010111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1ABE; }

 p { color: rgb(188,26,190); }

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

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

 a { background-color: rgb(188,26,190); }

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

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

 span { border-color: rgb(188,26,190); }

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