#BC17B4

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

Shades of Deep Magenta #BC17B4

Tints of Deep Magenta #BC17B4

Color information

#BC17B4 (or 0xBC17B4) is unknown color: approx Deep Magenta. HEX triplet: BC, 17 and B4. RGB value is (188,23,180). Sum of RGB (Red+Green+Blue) = 188+23+180=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 23 (9.38% from 255 or 5.88% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC17B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC17B4 is #43E84B. Grayscale: #595959. Windows color (decimal): -4450380 or 11802556. OLE color: 11802556.

HSL color Cylindrical-coordinate representation of color #BC17B4: hue angle of 302.91º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC17B4 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB18823180-
CMYK00.880.040.26
HSL302.91º78.2%41.37%-
HSV(B)302.91º87.77%73.73%-
XYZ29.2814.644.45-
YUV90.23178.66197.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.08%
GREEN value IS 23 (9.38% from 255) = 5.88%
BLUE value IS 180 (70.70% from 255) = 46.04%
R=48.08%
G=5.88%
B=46.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1882318000.880.040.26302.9178.241.37
HexBC17B405841A12f4e29
Octal27427264013043245711651
Binary10111100101111011010001011000100110101001011111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC17B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC17B4; }

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

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

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

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

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

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

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

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