Shades of Deep Magenta #B702CF
Tints of Deep Magenta #B702CF
RGB
CMYK
RGB Variations
Color information
#B702CF (or 0xB702CF) is known color: Deep Magenta. HEX triplet: B7, 02 and CF. RGB value is (183,2,207). Sum of RGB (Red+Green+Blue) = 183+2+207=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #B702CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B702CF is #48FD30. Grayscale: #4E4E4E. Windows color (decimal): -4783409 or 13566647. OLE color: 13566647.
HSL color Cylindrical-coordinate representation of color #B702CF: hue angle of 292.98º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B702CF is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 2 | 207 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.19 |
| HSL | 292.98º | 0.98% | 0.41% | - |
| HSV(B) | 292.98º | 0.99% | 0.81% | - |
| XYZ | 30.81 | 14.62 | 60.23 | - |
| YUV | 79.49 | 199.97 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 207 | 0.12 | 0.99 | 0 | 0.19 | 292.98 | 0.98 | 0.41 |
| Hex | B7 | 2 | CF | C | 63 | 0 | 13 | 125 | 62 | 29 |
| Octal | 267 | 2 | 317 | 14 | 143 | 0 | 23 | 445 | 142 | 51 |
| Binary | 10110111 | 10 | 11001111 | 1100 | 1100011 | 0 | 10011 | 100100101 | 1100010 | 101001 |
Color Harmonies of #B702CF
Complementary color
Monochromatic Colors of #B702CF
Black with #B702CF
Text Example
Text Example
White with #B702CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B702CF; }
p { color: rgb(183,2,207); }
H1.HeaderClassName
{
color: #B702CF;
}
.AnyTagClassName
{
color: #B702CF;
}
</style>
background-color css
<style>
a { background-color: #B702CF; }
a { background-color: rgb(183,2,207); }
div.DivClassName
{
background-color: #B702CF;
}
.BgClassName
{
background-color: #B702CF;
}
</style>
border-color css
<style>
span { border-color: #B702CF; }
span { border-color: rgb(183,2,207); }
td.TdClassName
{
border-color: #B702CF;
}
.TagClassName
{
border-color: #B702CF;
}
</style>