Shades of Deep Magenta #B71CBD
Tints of Deep Magenta #B71CBD
RGB
CMYK
RGB Variations
Color information
#B71CBD (or 0xB71CBD) is known color: Deep Magenta. HEX triplet: B7, 1C and BD. RGB value is (183,28,189). Sum of RGB (Red+Green+Blue) = 183+28+189=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 28 (11.33% from 255 or 7% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #B71CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71CBD is #48E342. Grayscale: #5C5C5C. Windows color (decimal): -4776771 or 12393655. OLE color: 12393655.
HSL color Cylindrical-coordinate representation of color #B71CBD: hue angle of 297.76º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71CBD is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 28 | 189 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.26 |
| HSL | 297.76º | 0.74% | 0.43% | - |
| HSV(B) | 297.76º | 0.85% | 0.74% | - |
| XYZ | 29.13 | 14.57 | 49.42 | - |
| YUV | 92.7 | 182.35 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 189 | 0.03 | 0.85 | 0 | 0.26 | 297.76 | 0.74 | 0.43 |
| Hex | B7 | 1C | BD | 3 | 55 | 0 | 1A | 12A | 4A | 2B |
| Octal | 267 | 34 | 275 | 3 | 125 | 0 | 32 | 452 | 112 | 53 |
| Binary | 10110111 | 11100 | 10111101 | 11 | 1010101 | 0 | 11010 | 100101010 | 1001010 | 101011 |
Color Harmonies of #B71CBD
Complementary color
Monochromatic Colors of #B71CBD
Black with #B71CBD
Text Example
Text Example
White with #B71CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71CBD; }
p { color: rgb(183,28,189); }
H1.HeaderClassName
{
color: #B71CBD;
}
.AnyTagClassName
{
color: #B71CBD;
}
</style>
background-color css
<style>
a { background-color: #B71CBD; }
a { background-color: rgb(183,28,189); }
div.DivClassName
{
background-color: #B71CBD;
}
.BgClassName
{
background-color: #B71CBD;
}
</style>
border-color css
<style>
span { border-color: #B71CBD; }
span { border-color: rgb(183,28,189); }
td.TdClassName
{
border-color: #B71CBD;
}
.TagClassName
{
border-color: #B71CBD;
}
</style>