#BC17D4

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

Shades of Deep Magenta #BC17D4

Tints of Deep Magenta #BC17D4

Color information

#BC17D4 (or 0xBC17D4) is unknown color: approx Deep Magenta. HEX triplet: BC, 17 and D4. RGB value is (188,23,212). Sum of RGB (Red+Green+Blue) = 188+23+212=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 23 (9.38% from 255 or 5.44% from 423); Blue value is 212 (83.20% from 255 or 50.12% from 423); Max value from RGB is 212 - color contains mainly: blue. Hex color #BC17D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC17D4 is #43E82B. Grayscale: #5D5D5D. Windows color (decimal): -4450348 or 13899708. OLE color: 13899708.

HSL color Cylindrical-coordinate representation of color #BC17D4: hue angle of 292.38º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC17D4 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18823212-
CMYK0.110.8900.17
HSL292.38º80.43%46.08%-
HSV(B)292.38º89.15%83.14%-
XYZ32.9316.0663.65-
YUV93.88194.66195.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.44%
GREEN value IS 23 (9.38% from 255) = 5.44%
BLUE value IS 212 (83.20% from 255) = 50.12%
R=44.44%
G=5.44%
B=50.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal188232120.110.8900.17292.3880.4346.08
HexBC17D4B59011124502e
Octal274273241313102144412056
Binary101111001011111010100101110110010100011001001001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC17D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC17D4; }

 p { color: rgb(188,23,212); }

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

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

 a { background-color: rgb(188,23,212); }

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

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

 span { border-color: rgb(188,23,212); }

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