Shades of Deep Magenta #B706BB
Tints of Deep Magenta #B706BB
RGB
CMYK
RGB Variations
Color information
#B706BB (or 0xB706BB) is known color: Deep Magenta. HEX triplet: B7, 06 and BB. RGB value is (183,6,187). Sum of RGB (Red+Green+Blue) = 183+6+187=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #B706BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B706BB is #48F944. Grayscale: #4F4F4F. Windows color (decimal): -4782405 or 12256951. OLE color: 12256951.
HSL color Cylindrical-coordinate representation of color #B706BB: hue angle of 298.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B706BB is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 6 | 187 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.27 |
| HSL | 298.67º | 0.94% | 0.38% | - |
| HSV(B) | 298.67º | 0.97% | 0.73% | - |
| XYZ | 28.56 | 13.79 | 48.17 | - |
| YUV | 79.56 | 188.64 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 6 | 187 | 0.02 | 0.97 | 0 | 0.27 | 298.67 | 0.94 | 0.38 |
| Hex | B7 | 6 | BB | 2 | 61 | 0 | 1B | 12B | 5E | 26 |
| Octal | 267 | 6 | 273 | 2 | 141 | 0 | 33 | 453 | 136 | 46 |
| Binary | 10110111 | 110 | 10111011 | 10 | 1100001 | 0 | 11011 | 100101011 | 1011110 | 100110 |
Color Harmonies of #B706BB
Complementary color
Monochromatic Colors of #B706BB
Black with #B706BB
Text Example
Text Example
White with #B706BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B706BB; }
p { color: rgb(183,6,187); }
H1.HeaderClassName
{
color: #B706BB;
}
.AnyTagClassName
{
color: #B706BB;
}
</style>
background-color css
<style>
a { background-color: #B706BB; }
a { background-color: rgb(183,6,187); }
div.DivClassName
{
background-color: #B706BB;
}
.BgClassName
{
background-color: #B706BB;
}
</style>
border-color css
<style>
span { border-color: #B706BB; }
span { border-color: rgb(183,6,187); }
td.TdClassName
{
border-color: #B706BB;
}
.TagClassName
{
border-color: #B706BB;
}
</style>