Shades of Deep Magenta #B702BA
Tints of Deep Magenta #B702BA
RGB
CMYK
RGB Variations
Color information
#B702BA (or 0xB702BA) is known color: Deep Magenta. HEX triplet: B7, 02 and BA. RGB value is (183,2,186). Sum of RGB (Red+Green+Blue) = 183+2+186=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #B702BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B702BA is #48FD45. Grayscale: #4C4C4C. Windows color (decimal): -4783430 or 12190391. OLE color: 12190391.
HSL color Cylindrical-coordinate representation of color #B702BA: hue angle of 299.02º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B702BA is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 2 | 186 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.27 |
| HSL | 299.02º | 0.98% | 0.37% | - |
| HSV(B) | 299.02º | 0.99% | 0.73% | - |
| XYZ | 28.41 | 13.66 | 47.59 | - |
| YUV | 77.1 | 189.47 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 186 | 0.02 | 0.99 | 0 | 0.27 | 299.02 | 0.98 | 0.37 |
| Hex | B7 | 2 | BA | 2 | 63 | 0 | 1B | 12B | 62 | 25 |
| Octal | 267 | 2 | 272 | 2 | 143 | 0 | 33 | 453 | 142 | 45 |
| Binary | 10110111 | 10 | 10111010 | 10 | 1100011 | 0 | 11011 | 100101011 | 1100010 | 100101 |
Color Harmonies of #B702BA
Complementary color
Monochromatic Colors of #B702BA
Black with #B702BA
Text Example
Text Example
White with #B702BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B702BA; }
p { color: rgb(183,2,186); }
H1.HeaderClassName
{
color: #B702BA;
}
.AnyTagClassName
{
color: #B702BA;
}
</style>
background-color css
<style>
a { background-color: #B702BA; }
a { background-color: rgb(183,2,186); }
div.DivClassName
{
background-color: #B702BA;
}
.BgClassName
{
background-color: #B702BA;
}
</style>
border-color css
<style>
span { border-color: #B702BA; }
span { border-color: rgb(183,2,186); }
td.TdClassName
{
border-color: #B702BA;
}
.TagClassName
{
border-color: #B702BA;
}
</style>