#bc21c9

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

Shades of Deep Magenta #BC21C9

Tints of Deep Magenta #BC21C9

Color information

#BC21C9 (or 0xBC21C9) is unknown color: approx Deep Magenta. HEX triplet: BC, 21 and C9. RGB value is (188,33,201). Sum of RGB (Red+Green+Blue) = 188+33+201=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 33 (13.28% from 255 or 7.82% from 422); Blue value is 201 (78.91% from 255 or 47.63% from 422); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC21C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC21C9 is #43DE36. Grayscale: #616161. Windows color (decimal): -4447799 or 13181372. OLE color: 13181372.

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

Color convert

RGB18833201-
CMYK0.060.8400.21
HSL295.36º71.79%45.88%-
HSV(B)295.36º83.58%78.82%-
XYZ31.831656.67-
YUV98.5185.85191.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.55%
GREEN value IS 33 (13.28% from 255) = 7.82%
BLUE value IS 201 (78.91% from 255) = 47.63%
R=44.55%
G=7.82%
B=47.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188332010.060.8400.21295.3671.7945.88
HexBC21C9654015127482e
Octal27441311612402544711056
Binary101111001000011100100111010101000101011001001111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc21c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc21c9; }

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

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

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

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

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

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

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

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