#bf17bf

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

Shades of Deep Magenta #BF17BF

Tints of Deep Magenta #BF17BF

Color information

#BF17BF (or 0xBF17BF) is unknown color: approx Deep Magenta. HEX triplet: BF, 17 and BF. RGB value is (191,23,191). Sum of RGB (Red+Green+Blue) = 191+23+191=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF17BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF17BF is #40E840. Grayscale: #5B5B5B. Windows color (decimal): -4253761 or 12523455. OLE color: 12523455.

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

Color convert

RGB19123191-
CMYK00.8800.25
HSL300º78.5%41.96%-
HSV(B)300º87.96%74.9%-
XYZ31.215.4550.63-
YUV92.38183.66198.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.16%
GREEN value IS 23 (9.38% from 255) = 5.68%
BLUE value IS 191 (75% from 255) = 47.16%
R=47.16%
G=5.68%
B=47.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912319100.8800.2530078.541.96
HexBF17BF05801912c4f2a
Octal27727277013003145411752
Binary101111111011110111111010110000110011001011001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf17bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf17bf; }

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

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

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

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

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

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

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

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