#BC13B2

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

Shades of Deep Magenta #BC13B2

Tints of Deep Magenta #BC13B2

Color information

#BC13B2 (or 0xBC13B2) is unknown color: approx Deep Magenta. HEX triplet: BC, 13 and B2. RGB value is (188,19,178). Sum of RGB (Red+Green+Blue) = 188+19+178=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC13B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC13B2 is #43EC4D. Grayscale: #575757. Windows color (decimal): -4451406 or 11670460. OLE color: 11670460.

HSL color Cylindrical-coordinate representation of color #BC13B2: hue angle of 303.55º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC13B2 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB18819178-
CMYK00.900.050.26
HSL303.55º81.64%40.59%-
HSV(B)303.55º89.89%73.73%-
XYZ29.0114.3743.36-
YUV87.66178.99199.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.83%
GREEN value IS 19 (7.81% from 255) = 4.94%
BLUE value IS 178 (69.92% from 255) = 46.23%
R=48.83%
G=4.94%
B=46.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881917800.900.050.26303.5581.6440.59
HexBC13B205A51A1305229
Octal27423262013253246012251
Binary10111100100111011001001011010101110101001100001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC13B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC13B2; }

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

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

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

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

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

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

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

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