#BF17C0

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

Shades of Deep Magenta #BF17C0

Tints of Deep Magenta #BF17C0

Color information

#BF17C0 (or 0xBF17C0) is unknown color: approx Deep Magenta. HEX triplet: BF, 17 and C0. RGB value is (191,23,192). Sum of RGB (Red+Green+Blue) = 191+23+192=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 192 (75.39% from 255 or 47.29% from 406); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF17C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF17C0 is #40E83F. Grayscale: #5B5B5B. Windows color (decimal): -4253760 or 12588991. OLE color: 12588991.

HSL color Cylindrical-coordinate representation of color #BF17C0: hue angle of 299.64º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF17C0 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB19123192-
CMYK0.010.8800.25
HSL299.64º78.6%42.16%-
HSV(B)299.64º88.02%75.29%-
XYZ31.3115.4951.21-
YUV92.5184.16198.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.04%
GREEN value IS 23 (9.38% from 255) = 5.67%
BLUE value IS 192 (75.39% from 255) = 47.29%
R=47.04%
G=5.67%
B=47.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191231920.010.8800.25299.6478.642.16
HexBF17C015801912c4f2a
Octal27727300113003145411752
Binary101111111011111000000110110000110011001011001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF17C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF17C0; }

 p { color: rgb(191,23,192); }

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

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

 a { background-color: rgb(191,23,192); }

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

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

 span { border-color: rgb(191,23,192); }

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