#BF17B1

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

Shades of Deep Magenta #BF17B1

Tints of Deep Magenta #BF17B1

Color information

#BF17B1 (or 0xBF17B1) is unknown color: approx Deep Magenta. HEX triplet: BF, 17 and B1. RGB value is (191,23,177). Sum of RGB (Red+Green+Blue) = 191+23+177=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 23 (9.38% from 255 or 5.88% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF17B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF17B1 is #40E84E. Grayscale: #5A5A5A. Windows color (decimal): -4253775 or 11605951. OLE color: 11605951.

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

Color convert

RGB19123177-
CMYK00.880.070.25
HSL305º78.5%41.96%-
HSV(B)305º87.96%74.9%-
XYZ29.7314.8642.9-
YUV90.79176.66199.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.85%
GREEN value IS 23 (9.38% from 255) = 5.88%
BLUE value IS 177 (69.53% from 255) = 45.27%
R=48.85%
G=5.88%
B=45.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912317700.880.070.2530578.541.96
HexBF17B10587191314f2a
Octal27727261013073146111752
Binary10111111101111011000101011000111110011001100011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF17B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF17B1; }

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

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

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

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

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

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

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

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