#BF16BA

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

Shades of Deep Magenta #BF16BA

Tints of Deep Magenta #BF16BA

Color information

#BF16BA (or 0xBF16BA) is unknown color: approx Deep Magenta. HEX triplet: BF, 16 and BA. RGB value is (191,22,186). Sum of RGB (Red+Green+Blue) = 191+22+186=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF16BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF16BA is #40E945. Grayscale: #5A5A5A. Windows color (decimal): -4254022 or 12195519. OLE color: 12195519.

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

Color convert

RGB19122186-
CMYK00.880.030.25
HSL301.78º79.34%41.76%-
HSV(B)301.78º88.48%74.9%-
XYZ30.6415.247.77-
YUV91.23181.49199.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.87%
GREEN value IS 22 (8.98% from 255) = 5.51%
BLUE value IS 186 (73.05% from 255) = 46.62%
R=47.87%
G=5.51%
B=46.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912218600.880.030.25301.7879.3441.76
HexBF16BA05831912e4f2a
Octal27726272013033145611752
Binary1011111110110101110100101100011110011001011101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF16BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF16BA; }

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

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

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

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

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

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

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

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