#BC01BA

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

Shades of Deep Magenta #BC01BA

Tints of Deep Magenta #BC01BA

Color information

#BC01BA (or 0xBC01BA) is unknown color: approx Deep Magenta. HEX triplet: BC, 01 and BA. RGB value is (188,1,186). Sum of RGB (Red+Green+Blue) = 188+1+186=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC01BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC01BA is #43FE45. Grayscale: #4D4D4D. Windows color (decimal): -4456006 or 12190140. OLE color: 12190140.

HSL color Cylindrical-coordinate representation of color #BC01BA: hue angle of 300.64º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC01BA is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB1881186-
CMYK00.990.010.26
HSL300.64º98.94%37.06%-
HSV(B)300.64º99.47%73.73%-
XYZ29.6114.2647.65-
YUV78188.95206.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.13%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 186 (73.05% from 255) = 49.6%
R=50.13%
G=0.27%
B=49.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188118600.990.010.26300.6498.9437.06
HexBC1BA06311A12d6325
Octal2741272014313245514345
Binary10111100110111010011000111110101001011011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC01BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC01BA; }

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

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

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

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

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

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

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

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