Shades of Deep Magenta #B702BC
Tints of Deep Magenta #B702BC
RGB
CMYK
RGB Variations
Color information
#B702BC (or 0xB702BC) is known color: Deep Magenta. HEX triplet: B7, 02 and BC. RGB value is (183,2,188). Sum of RGB (Red+Green+Blue) = 183+2+188=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #B702BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B702BC is #48FD43. Grayscale: #4C4C4C. Windows color (decimal): -4783428 or 12321463. OLE color: 12321463.
HSL color Cylindrical-coordinate representation of color #B702BC: hue angle of 298.39º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B702BC is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 2 | 188 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.26 |
| HSL | 298.39º | 0.98% | 0.37% | - |
| HSV(B) | 298.39º | 0.99% | 0.74% | - |
| XYZ | 28.63 | 13.74 | 48.72 | - |
| YUV | 77.32 | 190.47 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 188 | 0.03 | 0.99 | 0 | 0.26 | 298.39 | 0.98 | 0.37 |
| Hex | B7 | 2 | BC | 3 | 63 | 0 | 1A | 12A | 62 | 25 |
| Octal | 267 | 2 | 274 | 3 | 143 | 0 | 32 | 452 | 142 | 45 |
| Binary | 10110111 | 10 | 10111100 | 11 | 1100011 | 0 | 11010 | 100101010 | 1100010 | 100101 |
Color Harmonies of #B702BC
Complementary color
Monochromatic Colors of #B702BC
Black with #B702BC
Text Example
Text Example
White with #B702BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B702BC; }
p { color: rgb(183,2,188); }
H1.HeaderClassName
{
color: #B702BC;
}
.AnyTagClassName
{
color: #B702BC;
}
</style>
background-color css
<style>
a { background-color: #B702BC; }
a { background-color: rgb(183,2,188); }
div.DivClassName
{
background-color: #B702BC;
}
.BgClassName
{
background-color: #B702BC;
}
</style>
border-color css
<style>
span { border-color: #B702BC; }
span { border-color: rgb(183,2,188); }
td.TdClassName
{
border-color: #B702BC;
}
.TagClassName
{
border-color: #B702BC;
}
</style>