#BC1ABD

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

Shades of Deep Magenta #BC1ABD

Tints of Deep Magenta #BC1ABD

Color information

#BC1ABD (or 0xBC1ABD) is unknown color: approx Deep Magenta. HEX triplet: BC, 1A and BD. RGB value is (188,26,189). Sum of RGB (Red+Green+Blue) = 188+26+189=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 26 (10.55% from 255 or 6.45% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC1ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1ABD is #43E542. Grayscale: #5C5C5C. Windows color (decimal): -4449603 or 12393148. OLE color: 12393148.

HSL color Cylindrical-coordinate representation of color #BC1ABD: hue angle of 299.63º 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 #BC1ABD is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18826189-
CMYK0.010.8600.26
HSL299.63º75.81%42.16%-
HSV(B)299.63º86.24%74.12%-
XYZ30.2915.149.46-
YUV93.02182.17195.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.65%
GREEN value IS 26 (10.55% from 255) = 6.45%
BLUE value IS 189 (74.22% from 255) = 46.90%
R=46.65%
G=6.45%
B=46.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188261890.010.8600.26299.6375.8142.16
HexBC1ABD15601A12c4c2a
Octal27432275112603245411452
Binary101111001101010111101110101100110101001011001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1ABD; }

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

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

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

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

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

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

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

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