Shades of Deep Magenta #BF13D0
Tints of Deep Magenta #BF13D0
RGB
CMYK
RGB Variations
Color information
#BF13D0 (or 0xBF13D0) is known color: Deep Magenta. HEX triplet: BF, 13 and D0. RGB value is (191,19,208). Sum of RGB (Red+Green+Blue) = 191+19+208=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 19 (7.81% from 255 or 4.55% from 418); Blue value is 208 (81.64% from 255 or 49.76% from 418); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF13D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF13D0 is #40EC2F. Grayscale: #5B5B5B. Windows color (decimal): -4254768 or 13636543. OLE color: 13636543.
HSL color Cylindrical-coordinate representation of color #BF13D0: hue angle of 294.6º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF13D0 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 19 | 208 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.18 |
| HSL | 294.6º | 0.83% | 0.45% | - |
| HSV(B) | 294.6º | 0.91% | 0.82% | - |
| XYZ | 33.1 | 16.1 | 61.04 | - |
| YUV | 91.97 | 193.48 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 19 | 208 | 0.08 | 0.91 | 0 | 0.18 | 294.6 | 0.83 | 0.45 |
| Hex | BF | 13 | D0 | 8 | 5B | 0 | 12 | 127 | 53 | 2D |
| Octal | 277 | 23 | 320 | 10 | 133 | 0 | 22 | 447 | 123 | 55 |
| Binary | 10111111 | 10011 | 11010000 | 1000 | 1011011 | 0 | 10010 | 100100111 | 1010011 | 101101 |
Color Harmonies of #BF13D0
Complementary color
Monochromatic Colors of #BF13D0
Black with #BF13D0
Text Example
Text Example
White with #BF13D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF13D0; }
p { color: rgb(191,19,208); }
H1.HeaderClassName
{
color: #BF13D0;
}
.AnyTagClassName
{
color: #BF13D0;
}
</style>
background-color css
<style>
a { background-color: #BF13D0; }
a { background-color: rgb(191,19,208); }
div.DivClassName
{
background-color: #BF13D0;
}
.BgClassName
{
background-color: #BF13D0;
}
</style>
border-color css
<style>
span { border-color: #BF13D0; }
span { border-color: rgb(191,19,208); }
td.TdClassName
{
border-color: #BF13D0;
}
.TagClassName
{
border-color: #BF13D0;
}
</style>