#BF19B9

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

Shades of Deep Magenta #BF19B9

Tints of Deep Magenta #BF19B9

Color information

#BF19B9 (or 0xBF19B9) is unknown color: approx Deep Magenta. HEX triplet: BF, 19 and B9. RGB value is (191,25,185). Sum of RGB (Red+Green+Blue) = 191+25+185=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF19B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF19B9 is #40E646. Grayscale: #5C5C5C. Windows color (decimal): -4253255 or 12130751. OLE color: 12130751.

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

Color convert

RGB19125185-
CMYK00.870.030.25
HSL302.17º76.85%42.35%-
HSV(B)302.17º86.91%74.9%-
XYZ30.5915.2747.23-
YUV92.87180197.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.63%
GREEN value IS 25 (10.16% from 255) = 6.23%
BLUE value IS 185 (72.66% from 255) = 46.13%
R=47.63%
G=6.23%
B=46.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912518500.870.030.25302.1776.8542.35
HexBF19B905731912e4d2a
Octal27731271012733145611552
Binary1011111111001101110010101011111110011001011101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF19B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF19B9; }

 p { color: rgb(191,25,185); }

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

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

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

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

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

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

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