#bc0ccc

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

Shades of Deep Magenta #BC0CCC

Tints of Deep Magenta #BC0CCC

Color information

#BC0CCC (or 0xBC0CCC) is unknown color: approx Deep Magenta. HEX triplet: BC, 0C and CC. RGB value is (188,12,204). Sum of RGB (Red+Green+Blue) = 188+12+204=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 12 (5.08% from 255 or 2.97% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC0CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0CCC is #43F333. Grayscale: #555555. Windows color (decimal): -4453172 or 13372604. OLE color: 13372604.

HSL color Cylindrical-coordinate representation of color #BC0CCC: hue angle of 295º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0CCC is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18812204-
CMYK0.080.9400.2
HSL295º88.89%42.35%-
HSV(B)295º94.12%80%-
XYZ31.7715.3158.41-
YUV86.51194.31200.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.53%
GREEN value IS 12 (5.08% from 255) = 2.97%
BLUE value IS 204 (80.08% from 255) = 50.50%
R=46.53%
G=2.97%
B=50.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal188122040.080.9400.229588.8942.35
HexBCCCC85E014127592a
Octal274143141013602444713152
Binary10111100110011001100100010111100101001001001111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc0ccc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc0ccc; }

 p { color: rgb(188,12,204); }

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

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

 a { background-color: rgb(188,12,204); }

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

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

 span { border-color: rgb(188,12,204); }

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