Shades of Deep Magenta #B705BC
Tints of Deep Magenta #B705BC
RGB
CMYK
RGB Variations
Color information
#B705BC (or 0xB705BC) is known color: Deep Magenta. HEX triplet: B7, 05 and BC. RGB value is (183,5,188). Sum of RGB (Red+Green+Blue) = 183+5+188=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #B705BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B705BC is #48FA43. Grayscale: #4E4E4E. Windows color (decimal): -4782660 or 12322231. OLE color: 12322231.
HSL color Cylindrical-coordinate representation of color #B705BC: hue angle of 298.36º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B705BC is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 5 | 188 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.26 |
| HSL | 298.36º | 0.95% | 0.38% | - |
| HSV(B) | 298.36º | 0.97% | 0.74% | - |
| XYZ | 28.66 | 13.81 | 48.73 | - |
| YUV | 79.08 | 189.47 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 5 | 188 | 0.03 | 0.97 | 0 | 0.26 | 298.36 | 0.95 | 0.38 |
| Hex | B7 | 5 | BC | 3 | 61 | 0 | 1A | 12A | 5F | 26 |
| Octal | 267 | 5 | 274 | 3 | 141 | 0 | 32 | 452 | 137 | 46 |
| Binary | 10110111 | 101 | 10111100 | 11 | 1100001 | 0 | 11010 | 100101010 | 1011111 | 100110 |
Color Harmonies of #B705BC
Complementary color
Monochromatic Colors of #B705BC
Black with #B705BC
Text Example
Text Example
White with #B705BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B705BC; }
p { color: rgb(183,5,188); }
H1.HeaderClassName
{
color: #B705BC;
}
.AnyTagClassName
{
color: #B705BC;
}
</style>
background-color css
<style>
a { background-color: #B705BC; }
a { background-color: rgb(183,5,188); }
div.DivClassName
{
background-color: #B705BC;
}
.BgClassName
{
background-color: #B705BC;
}
</style>
border-color css
<style>
span { border-color: #B705BC; }
span { border-color: rgb(183,5,188); }
td.TdClassName
{
border-color: #B705BC;
}
.TagClassName
{
border-color: #B705BC;
}
</style>