Shades of Deep Magenta #B702B5
Tints of Deep Magenta #B702B5
RGB
CMYK
RGB Variations
Color information
#B702B5 (or 0xB702B5) is known color: Deep Magenta. HEX triplet: B7, 02 and B5. RGB value is (183,2,181). Sum of RGB (Red+Green+Blue) = 183+2+181=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 181 (71.09% from 255 or 49.45% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B702B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B702B5 is #48FD4A. Grayscale: #4B4B4B. Windows color (decimal): -4783435 or 11862711. OLE color: 11862711.
HSL color Cylindrical-coordinate representation of color #B702B5: hue angle of 300.66º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B702B5 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 2 | 181 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.28 |
| HSL | 300.66º | 0.98% | 0.36% | - |
| HSV(B) | 300.66º | 0.99% | 0.72% | - |
| XYZ | 27.89 | 13.45 | 44.84 | - |
| YUV | 76.53 | 186.97 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 181 | 0 | 0.99 | 0.01 | 0.28 | 300.66 | 0.98 | 0.36 |
| Hex | B7 | 2 | B5 | 0 | 63 | 1 | 1C | 12D | 62 | 24 |
| Octal | 267 | 2 | 265 | 0 | 143 | 1 | 34 | 455 | 142 | 44 |
| Binary | 10110111 | 10 | 10110101 | 0 | 1100011 | 1 | 11100 | 100101101 | 1100010 | 100100 |
Color Harmonies of #B702B5
Complementary color
Monochromatic Colors of #B702B5
Black with #B702B5
Text Example
Text Example
White with #B702B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B702B5; }
p { color: rgb(183,2,181); }
H1.HeaderClassName
{
color: #B702B5;
}
.AnyTagClassName
{
color: #B702B5;
}
</style>
background-color css
<style>
a { background-color: #B702B5; }
a { background-color: rgb(183,2,181); }
div.DivClassName
{
background-color: #B702B5;
}
.BgClassName
{
background-color: #B702B5;
}
</style>
border-color css
<style>
span { border-color: #B702B5; }
span { border-color: rgb(183,2,181); }
td.TdClassName
{
border-color: #B702B5;
}
.TagClassName
{
border-color: #B702B5;
}
</style>