#BC0EB1

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

Shades of Deep Magenta #BC0EB1

Tints of Deep Magenta #BC0EB1

Color information

#BC0EB1 (or 0xBC0EB1) is unknown color: approx Deep Magenta. HEX triplet: BC, 0E and B1. RGB value is (188,14,177). Sum of RGB (Red+Green+Blue) = 188+14+177=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 14 (5.86% from 255 or 3.69% from 379); Blue value is 177 (69.53% from 255 or 46.70% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0EB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0EB1 is #43F14E. Grayscale: #545454. Windows color (decimal): -4452687 or 11603644. OLE color: 11603644.

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

Color convert

RGB18814177-
CMYK00.930.060.26
HSL303.79º86.14%39.61%-
HSV(B)303.79º92.55%73.73%-
XYZ28.8314.1842.81-
YUV84.61180.15201.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.60%
GREEN value IS 14 (5.86% from 255) = 3.69%
BLUE value IS 177 (69.53% from 255) = 46.70%
R=49.60%
G=3.69%
B=46.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881417700.930.060.26303.7986.1439.61
HexBCEB105D61A1305628
Octal27416261013563246012650
Binary1011110011101011000101011101110110101001100001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0EB1; }

 p { color: rgb(188,14,177); }

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

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

 a { background-color: rgb(188,14,177); }

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

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

 span { border-color: rgb(188,14,177); }

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