#BC1AB2

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

Shades of Deep Magenta #BC1AB2

Tints of Deep Magenta #BC1AB2

Color information

#BC1AB2 (or 0xBC1AB2) is unknown color: approx Deep Magenta. HEX triplet: BC, 1A and B2. RGB value is (188,26,178). Sum of RGB (Red+Green+Blue) = 188+26+178=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 26 (10.55% from 255 or 6.63% from 392); Blue value is 178 (69.92% from 255 or 45.41% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1AB2 is #43E54D. Grayscale: #5B5B5B. Windows color (decimal): -4449614 or 11672252. OLE color: 11672252.

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

Color convert

RGB18826178-
CMYK00.860.050.26
HSL303.7º75.7%41.96%-
HSV(B)303.7º86.17%73.73%-
XYZ29.1414.6443.41-
YUV91.77176.67196.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.96%
GREEN value IS 26 (10.55% from 255) = 6.63%
BLUE value IS 178 (69.92% from 255) = 45.41%
R=47.96%
G=6.63%
B=45.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1882617800.860.050.26303.775.741.96
HexBC1AB205651A1304c2a
Octal27432262012653246011452
Binary10111100110101011001001010110101110101001100001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1AB2; }

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

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

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

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

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

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

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

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