Shades of Deep Magenta #BF13D5
Tints of Deep Magenta #BF13D5
RGB
CMYK
RGB Variations
Color information
#BF13D5 (or 0xBF13D5) is known color: Deep Magenta. HEX triplet: BF, 13 and D5. RGB value is (191,19,213). Sum of RGB (Red+Green+Blue) = 191+19+213=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 19 (7.81% from 255 or 4.49% from 423); Blue value is 213 (83.59% from 255 or 50.35% from 423); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF13D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF13D5 is #40EC2A. Grayscale: #5B5B5B. Windows color (decimal): -4254763 or 13964223. OLE color: 13964223.
HSL color Cylindrical-coordinate representation of color #BF13D5: hue angle of 293.2º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF13D5 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 19 | 213 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.16 |
| HSL | 293.2º | 0.84% | 0.45% | - |
| HSV(B) | 293.2º | 0.91% | 0.84% | - |
| XYZ | 33.73 | 16.35 | 64.33 | - |
| YUV | 92.54 | 195.98 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 19 | 213 | 0.10 | 0.91 | 0 | 0.16 | 293.2 | 0.84 | 0.45 |
| Hex | BF | 13 | D5 | A | 5B | 0 | 10 | 125 | 54 | 2D |
| Octal | 277 | 23 | 325 | 12 | 133 | 0 | 20 | 445 | 124 | 55 |
| Binary | 10111111 | 10011 | 11010101 | 1010 | 1011011 | 0 | 10000 | 100100101 | 1010100 | 101101 |
Color Harmonies of #BF13D5
Complementary color
Monochromatic Colors of #BF13D5
Black with #BF13D5
Text Example
Text Example
White with #BF13D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF13D5; }
p { color: rgb(191,19,213); }
H1.HeaderClassName
{
color: #BF13D5;
}
.AnyTagClassName
{
color: #BF13D5;
}
</style>
background-color css
<style>
a { background-color: #BF13D5; }
a { background-color: rgb(191,19,213); }
div.DivClassName
{
background-color: #BF13D5;
}
.BgClassName
{
background-color: #BF13D5;
}
</style>
border-color css
<style>
span { border-color: #BF13D5; }
span { border-color: rgb(191,19,213); }
td.TdClassName
{
border-color: #BF13D5;
}
.TagClassName
{
border-color: #BF13D5;
}
</style>