Shades of Deep Magenta #BF1BD5
Tints of Deep Magenta #BF1BD5
RGB
CMYK
RGB Variations
Color information
#BF1BD5 (or 0xBF1BD5) is known color: Deep Magenta. HEX triplet: BF, 1B and D5. RGB value is (191,27,213). Sum of RGB (Red+Green+Blue) = 191+27+213=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 27 (10.94% from 255 or 6.26% from 431); Blue value is 213 (83.59% from 255 or 49.42% from 431); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF1BD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1BD5 is #40E42A. Grayscale: #606060. Windows color (decimal): -4252715 or 13966271. OLE color: 13966271.
HSL color Cylindrical-coordinate representation of color #BF1BD5: hue angle of 292.9º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1BD5 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 27 | 213 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.16 |
| HSL | 292.9º | 0.78% | 0.47% | - |
| HSV(B) | 292.9º | 0.87% | 0.84% | - |
| XYZ | 33.89 | 16.66 | 64.38 | - |
| YUV | 97.24 | 193.33 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 27 | 213 | 0.10 | 0.87 | 0 | 0.16 | 292.9 | 0.78 | 0.47 |
| Hex | BF | 1B | D5 | A | 57 | 0 | 10 | 125 | 4E | 2F |
| Octal | 277 | 33 | 325 | 12 | 127 | 0 | 20 | 445 | 116 | 57 |
| Binary | 10111111 | 11011 | 11010101 | 1010 | 1010111 | 0 | 10000 | 100100101 | 1001110 | 101111 |
Color Harmonies of #BF1BD5
Complementary color
Monochromatic Colors of #BF1BD5
Black with #BF1BD5
Text Example
Text Example
White with #BF1BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1BD5; }
p { color: rgb(191,27,213); }
H1.HeaderClassName
{
color: #BF1BD5;
}
.AnyTagClassName
{
color: #BF1BD5;
}
</style>
background-color css
<style>
a { background-color: #BF1BD5; }
a { background-color: rgb(191,27,213); }
div.DivClassName
{
background-color: #BF1BD5;
}
.BgClassName
{
background-color: #BF1BD5;
}
</style>
border-color css
<style>
span { border-color: #BF1BD5; }
span { border-color: rgb(191,27,213); }
td.TdClassName
{
border-color: #BF1BD5;
}
.TagClassName
{
border-color: #BF1BD5;
}
</style>