#BC17B2

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

Shades of Deep Magenta #BC17B2

Tints of Deep Magenta #BC17B2

Color information

#BC17B2 (or 0xBC17B2) is unknown color: approx Deep Magenta. HEX triplet: BC, 17 and B2. RGB value is (188,23,178). Sum of RGB (Red+Green+Blue) = 188+23+178=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 23 (9.38% from 255 or 5.91% from 389); Blue value is 178 (69.92% from 255 or 45.76% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC17B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC17B2 is #43E84D. Grayscale: #595959. Windows color (decimal): -4450382 or 11671484. OLE color: 11671484.

HSL color Cylindrical-coordinate representation of color #BC17B2: hue angle of 303.64º 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 #BC17B2 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB18823178-
CMYK00.880.050.26
HSL303.64º78.2%41.37%-
HSV(B)303.64º87.77%73.73%-
XYZ29.0814.5243.39-
YUV90177.66197.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.33%
GREEN value IS 23 (9.38% from 255) = 5.91%
BLUE value IS 178 (69.92% from 255) = 45.76%
R=48.33%
G=5.91%
B=45.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1882317800.880.050.26303.6478.241.37
HexBC17B205851A1304e29
Octal27427262013053246011651
Binary10111100101111011001001011000101110101001100001001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC17B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC17B2; }

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

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

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

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

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

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

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

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