#BC01D1

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

Shades of Deep Magenta #BC01D1

Tints of Deep Magenta #BC01D1

Color information

#BC01D1 (or 0xBC01D1) is unknown color: approx Deep Magenta. HEX triplet: BC, 01 and D1. RGB value is (188,1,209). Sum of RGB (Red+Green+Blue) = 188+1+209=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 1 (0.78% from 255 or 0.25% from 398); Blue value is 209 (82.03% from 255 or 52.51% from 398); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC01D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC01D1 is #43FE2E. Grayscale: #4F4F4F. Windows color (decimal): -4455983 or 13697468. OLE color: 13697468.

HSL color Cylindrical-coordinate representation of color #BC01D1: hue angle of 293.94º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC01D1 is Cyan = 0.10, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1881209-
CMYK0.101.0000.18
HSL293.94º99.05%41.18%-
HSV(B)293.94º99.52%81.96%-
XYZ32.2615.3261.58-
YUV80.62200.45204.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.24%
GREEN value IS 1 (0.78% from 255) = 0.25%
BLUE value IS 209 (82.03% from 255) = 52.51%
R=47.24%
G=0.25%
B=52.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal18812090.101.0000.18293.9499.0541.18
HexBC1D1A640121266329
Octal27413211214402244614351
Binary10111100111010001101011001000100101001001101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC01D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC01D1; }

 p { color: rgb(188,1,209); }

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

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

 a { background-color: rgb(188,1,209); }

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

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

 span { border-color: rgb(188,1,209); }

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