Shades of Deep Magenta #BF10B5
Tints of Deep Magenta #BF10B5
RGB
CMYK
RGB Variations
Color information
#BF10B5 (or 0xBF10B5) is known color: Deep Magenta. HEX triplet: BF, 10 and B5. RGB value is (191,16,181). Sum of RGB (Red+Green+Blue) = 191+16+181=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 16 (6.64% from 255 or 4.12% from 388); Blue value is 181 (71.09% from 255 or 46.65% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF10B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF10B5 is #40EF4A. Grayscale: #565656. Windows color (decimal): -4255563 or 11866303. OLE color: 11866303.
HSL color Cylindrical-coordinate representation of color #BF10B5: hue angle of 303.43º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF10B5 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 16 | 181 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.25 |
| HSL | 303.43º | 0.85% | 0.41% | - |
| HSV(B) | 303.43º | 0.92% | 0.75% | - |
| XYZ | 30.01 | 14.78 | 44.99 | - |
| YUV | 87.14 | 180.98 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 181 | 0 | 0.92 | 0.05 | 0.25 | 303.43 | 0.85 | 0.41 |
| Hex | BF | 10 | B5 | 0 | 5C | 5 | 19 | 12F | 55 | 29 |
| Octal | 277 | 20 | 265 | 0 | 134 | 5 | 31 | 457 | 125 | 51 |
| Binary | 10111111 | 10000 | 10110101 | 0 | 1011100 | 101 | 11001 | 100101111 | 1010101 | 101001 |
Color Harmonies of #BF10B5
Complementary color
Monochromatic Colors of #BF10B5
Black with #BF10B5
Text Example
Text Example
White with #BF10B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF10B5; }
p { color: rgb(191,16,181); }
H1.HeaderClassName
{
color: #BF10B5;
}
.AnyTagClassName
{
color: #BF10B5;
}
</style>
background-color css
<style>
a { background-color: #BF10B5; }
a { background-color: rgb(191,16,181); }
div.DivClassName
{
background-color: #BF10B5;
}
.BgClassName
{
background-color: #BF10B5;
}
</style>
border-color css
<style>
span { border-color: #BF10B5; }
span { border-color: rgb(191,16,181); }
td.TdClassName
{
border-color: #BF10B5;
}
.TagClassName
{
border-color: #BF10B5;
}
</style>