#BC21CC

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

Shades of Deep Magenta #BC21CC

Tints of Deep Magenta #BC21CC

Color information

#BC21CC (or 0xBC21CC) is unknown color: approx Deep Magenta. HEX triplet: BC, 21 and CC. RGB value is (188,33,204). Sum of RGB (Red+Green+Blue) = 188+33+204=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 33 (13.28% from 255 or 7.76% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC21CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC21CC is #43DE33. Grayscale: #626262. Windows color (decimal): -4447796 or 13377980. OLE color: 13377980.

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

Color convert

RGB18833204-
CMYK0.080.8400.2
HSL294.39º72.15%46.47%-
HSV(B)294.39º83.82%80%-
XYZ32.1816.1458.55-
YUV98.84187.35191.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 33 (13.28% from 255) = 7.76%
BLUE value IS 204 (80.08% from 255) = 48%
R=44.24%
G=7.76%
B=48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal188332040.080.8400.2294.3972.1546.47
HexBC21CC854014126482e
Octal274413141012402444611056
Binary1011110010000111001100100010101000101001001001101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC21CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC21CC; }

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

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

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

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

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

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

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

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