Shades of Deep Magenta #B71BBE
Tints of Deep Magenta #B71BBE
RGB
CMYK
RGB Variations
Color information
#B71BBE (or 0xB71BBE) is known color: Deep Magenta. HEX triplet: B7, 1B and BE. RGB value is (183,27,190). Sum of RGB (Red+Green+Blue) = 183+27+190=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 27 (10.94% from 255 or 6.75% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #B71BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71BBE is #48E441. Grayscale: #5B5B5B. Windows color (decimal): -4777026 or 12458935. OLE color: 12458935.
HSL color Cylindrical-coordinate representation of color #B71BBE: hue angle of 297.42º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71BBE is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 27 | 190 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.25 |
| HSL | 297.42º | 0.75% | 0.43% | - |
| HSV(B) | 297.42º | 0.86% | 0.75% | - |
| XYZ | 29.21 | 14.57 | 49.99 | - |
| YUV | 92.23 | 183.18 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 27 | 190 | 0.04 | 0.86 | 0 | 0.25 | 297.42 | 0.75 | 0.43 |
| Hex | B7 | 1B | BE | 4 | 56 | 0 | 19 | 129 | 4B | 2B |
| Octal | 267 | 33 | 276 | 4 | 126 | 0 | 31 | 451 | 113 | 53 |
| Binary | 10110111 | 11011 | 10111110 | 100 | 1010110 | 0 | 11001 | 100101001 | 1001011 | 101011 |
Color Harmonies of #B71BBE
Complementary color
Monochromatic Colors of #B71BBE
Black with #B71BBE
Text Example
Text Example
White with #B71BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71BBE; }
p { color: rgb(183,27,190); }
H1.HeaderClassName
{
color: #B71BBE;
}
.AnyTagClassName
{
color: #B71BBE;
}
</style>
background-color css
<style>
a { background-color: #B71BBE; }
a { background-color: rgb(183,27,190); }
div.DivClassName
{
background-color: #B71BBE;
}
.BgClassName
{
background-color: #B71BBE;
}
</style>
border-color css
<style>
span { border-color: #B71BBE; }
span { border-color: rgb(183,27,190); }
td.TdClassName
{
border-color: #B71BBE;
}
.TagClassName
{
border-color: #B71BBE;
}
</style>