#BC21CA

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

Shades of Deep Magenta #BC21CA

Tints of Deep Magenta #BC21CA

Color information

#BC21CA (or 0xBC21CA) is unknown color: approx Deep Magenta. HEX triplet: BC, 21 and CA. RGB value is (188,33,202). Sum of RGB (Red+Green+Blue) = 188+33+202=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 33 (13.28% from 255 or 7.80% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC21CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC21CA is #43DE35. Grayscale: #626262. Windows color (decimal): -4447798 or 13246908. OLE color: 13246908.

HSL color Cylindrical-coordinate representation of color #BC21CA: hue angle of 295.03º 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 #BC21CA is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18833202-
CMYK0.070.8400.21
HSL295.03º71.91%46.08%-
HSV(B)295.03º83.66%79.22%-
XYZ31.9416.0457.29-
YUV98.61186.35191.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.44%
GREEN value IS 33 (13.28% from 255) = 7.80%
BLUE value IS 202 (79.30% from 255) = 47.75%
R=44.44%
G=7.80%
B=47.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188332020.070.8400.21295.0371.9146.08
HexBC21CA754015127482e
Octal27441312712402544711056
Binary101111001000011100101011110101000101011001001111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC21CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC21CA; }

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

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

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

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

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

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

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

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