Shades of Deep Magenta #B71ACF
Tints of Deep Magenta #B71ACF
RGB
CMYK
RGB Variations
Color information
#B71ACF (or 0xB71ACF) is known color: Deep Magenta. HEX triplet: B7, 1A and CF. RGB value is (183,26,207). Sum of RGB (Red+Green+Blue) = 183+26+207=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 26 (10.55% from 255 or 6.25% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #B71ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71ACF is #48E530. Grayscale: #5D5D5D. Windows color (decimal): -4777265 or 13572791. OLE color: 13572791.
HSL color Cylindrical-coordinate representation of color #B71ACF: hue angle of 292.04º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71ACF is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 26 | 207 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.19 |
| HSL | 292.04º | 0.78% | 0.46% | - |
| HSV(B) | 292.04º | 0.87% | 0.81% | - |
| XYZ | 31.16 | 15.31 | 60.34 | - |
| YUV | 93.58 | 192.01 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 26 | 207 | 0.12 | 0.87 | 0 | 0.19 | 292.04 | 0.78 | 0.46 |
| Hex | B7 | 1A | CF | C | 57 | 0 | 13 | 124 | 4E | 2E |
| Octal | 267 | 32 | 317 | 14 | 127 | 0 | 23 | 444 | 116 | 56 |
| Binary | 10110111 | 11010 | 11001111 | 1100 | 1010111 | 0 | 10011 | 100100100 | 1001110 | 101110 |
Color Harmonies of #B71ACF
Complementary color
Monochromatic Colors of #B71ACF
Black with #B71ACF
Text Example
Text Example
White with #B71ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71ACF; }
p { color: rgb(183,26,207); }
H1.HeaderClassName
{
color: #B71ACF;
}
.AnyTagClassName
{
color: #B71ACF;
}
</style>
background-color css
<style>
a { background-color: #B71ACF; }
a { background-color: rgb(183,26,207); }
div.DivClassName
{
background-color: #B71ACF;
}
.BgClassName
{
background-color: #B71ACF;
}
</style>
border-color css
<style>
span { border-color: #B71ACF; }
span { border-color: rgb(183,26,207); }
td.TdClassName
{
border-color: #B71ACF;
}
.TagClassName
{
border-color: #B71ACF;
}
</style>