#BC00C6

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

Shades of Deep Magenta #BC00C6

Tints of Deep Magenta #BC00C6

Color information

#BC00C6 (or 0xBC00C6) is unknown color: approx Deep Magenta. HEX triplet: BC, 00 and C6. RGB value is (188,0,198). Sum of RGB (Red+Green+Blue) = 188+0+198=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 198 (77.73% from 255 or 51.30% from 386); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC00C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC00C6 is #43FF39. Grayscale: #4E4E4E. Windows color (decimal): -4456250 or 12976316. OLE color: 12976316.

HSL color Cylindrical-coordinate representation of color #BC00C6: hue angle of 296.97º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC00C6 is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1880198-
CMYK0.05100.22
HSL296.97º100%38.82%-
HSV(B)296.97º100%77.65%-
XYZ30.9314.7754.65-
YUV78.78195.28205.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 198 (77.73% from 255) = 51.30%
R=48.70%
G=0%
B=51.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal18801980.05100.22296.9710038.82
HexBC0C65640161296427
Octal2740306514402645114447
Binary1011110001100011010111001000101101001010011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC00C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC00C6; }

 p { color: rgb(188,0,198); }

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

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

 a { background-color: rgb(188,0,198); }

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

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

 span { border-color: rgb(188,0,198); }

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