#BF16BB

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

Shades of Deep Magenta #BF16BB

Tints of Deep Magenta #BF16BB

Color information

#BF16BB (or 0xBF16BB) is unknown color: approx Deep Magenta. HEX triplet: BF, 16 and BB. RGB value is (191,22,187). Sum of RGB (Red+Green+Blue) = 191+22+187=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF16BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF16BB is #40E944. Grayscale: #5A5A5A. Windows color (decimal): -4254021 or 12261055. OLE color: 12261055.

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

Color convert

RGB19122187-
CMYK00.880.020.25
HSL301.42º79.34%41.76%-
HSV(B)301.42º88.48%74.9%-
XYZ30.7415.2448.33-
YUV91.34181.99199.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.75%
GREEN value IS 22 (8.98% from 255) = 5.5%
BLUE value IS 187 (73.44% from 255) = 46.75%
R=47.75%
G=5.5%
B=46.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912218700.880.020.25301.4279.3441.76
HexBF16BB05821912d4f2a
Octal27726273013023145511752
Binary1011111110110101110110101100010110011001011011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF16BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF16BB; }

 p { color: rgb(191,22,187); }

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

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

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

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

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

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

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