Shades of Deep Magenta #B705CF
Tints of Deep Magenta #B705CF
RGB
CMYK
RGB Variations
Color information
#B705CF (or 0xB705CF) is known color: Deep Magenta. HEX triplet: B7, 05 and CF. RGB value is (183,5,207). Sum of RGB (Red+Green+Blue) = 183+5+207=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 5 (2.34% from 255 or 1.27% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #B705CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B705CF is #48FA30. Grayscale: #505050. Windows color (decimal): -4782641 or 13567415. OLE color: 13567415.
HSL color Cylindrical-coordinate representation of color #B705CF: hue angle of 292.87º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B705CF is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 5 | 207 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.19 |
| HSL | 292.87º | 0.95% | 0.42% | - |
| HSV(B) | 292.87º | 0.98% | 0.81% | - |
| XYZ | 30.85 | 14.68 | 60.24 | - |
| YUV | 81.25 | 198.97 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 5 | 207 | 0.12 | 0.98 | 0 | 0.19 | 292.87 | 0.95 | 0.42 |
| Hex | B7 | 5 | CF | C | 62 | 0 | 13 | 125 | 5F | 2A |
| Octal | 267 | 5 | 317 | 14 | 142 | 0 | 23 | 445 | 137 | 52 |
| Binary | 10110111 | 101 | 11001111 | 1100 | 1100010 | 0 | 10011 | 100100101 | 1011111 | 101010 |
Color Harmonies of #B705CF
Complementary color
Monochromatic Colors of #B705CF
Black with #B705CF
Text Example
Text Example
White with #B705CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B705CF; }
p { color: rgb(183,5,207); }
H1.HeaderClassName
{
color: #B705CF;
}
.AnyTagClassName
{
color: #B705CF;
}
</style>
background-color css
<style>
a { background-color: #B705CF; }
a { background-color: rgb(183,5,207); }
div.DivClassName
{
background-color: #B705CF;
}
.BgClassName
{
background-color: #B705CF;
}
</style>
border-color css
<style>
span { border-color: #B705CF; }
span { border-color: rgb(183,5,207); }
td.TdClassName
{
border-color: #B705CF;
}
.TagClassName
{
border-color: #B705CF;
}
</style>