Shades of Deep Magenta #B71FC1
Tints of Deep Magenta #B71FC1
RGB
CMYK
RGB Variations
Color information
#B71FC1 (or 0xB71FC1) is known color: Deep Magenta. HEX triplet: B7, 1F and C1. RGB value is (183,31,193). Sum of RGB (Red+Green+Blue) = 183+31+193=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 31 (12.5% from 255 or 7.62% from 407); Blue value is 193 (75.78% from 255 or 47.42% from 407); Max value from RGB is 193 - color contains mainly: blue. Hex color #B71FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71FC1 is #48E03E. Grayscale: #5E5E5E. Windows color (decimal): -4775999 or 12656567. OLE color: 12656567.
HSL color Cylindrical-coordinate representation of color #B71FC1: hue angle of 296.3º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B71FC1 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 31 | 193 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.24 |
| HSL | 296.3º | 0.72% | 0.44% | - |
| HSV(B) | 296.3º | 0.84% | 0.76% | - |
| XYZ | 29.64 | 14.9 | 51.77 | - |
| YUV | 94.92 | 183.36 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 31 | 193 | 0.05 | 0.84 | 0 | 0.24 | 296.3 | 0.72 | 0.44 |
| Hex | B7 | 1F | C1 | 5 | 54 | 0 | 18 | 128 | 48 | 2C |
| Octal | 267 | 37 | 301 | 5 | 124 | 0 | 30 | 450 | 110 | 54 |
| Binary | 10110111 | 11111 | 11000001 | 101 | 1010100 | 0 | 11000 | 100101000 | 1001000 | 101100 |
Color Harmonies of #B71FC1
Complementary color
Monochromatic Colors of #B71FC1
Black with #B71FC1
Text Example
Text Example
White with #B71FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71FC1; }
p { color: rgb(183,31,193); }
H1.HeaderClassName
{
color: #B71FC1;
}
.AnyTagClassName
{
color: #B71FC1;
}
</style>
background-color css
<style>
a { background-color: #B71FC1; }
a { background-color: rgb(183,31,193); }
div.DivClassName
{
background-color: #B71FC1;
}
.BgClassName
{
background-color: #B71FC1;
}
</style>
border-color css
<style>
span { border-color: #B71FC1; }
span { border-color: rgb(183,31,193); }
td.TdClassName
{
border-color: #B71FC1;
}
.TagClassName
{
border-color: #B71FC1;
}
</style>