Shades of Deep Magenta #B706DA
Tints of Deep Magenta #B706DA
RGB
CMYK
RGB Variations
Color information
#B706DA (or 0xB706DA) is known color: Deep Magenta. HEX triplet: B7, 06 and DA. RGB value is (183,6,218). Sum of RGB (Red+Green+Blue) = 183+6+218=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 6 (2.73% from 255 or 1.47% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #B706DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B706DA is #48F925. Grayscale: #525252. Windows color (decimal): -4782374 or 14288567. OLE color: 14288567.
HSL color Cylindrical-coordinate representation of color #B706DA: hue angle of 290.09º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B706DA is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 6 | 218 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.15 |
| HSL | 290.09º | 0.95% | 0.44% | - |
| HSV(B) | 290.09º | 0.97% | 0.85% | - |
| XYZ | 32.25 | 15.26 | 67.58 | - |
| YUV | 83.09 | 204.14 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 6 | 218 | 0.16 | 0.97 | 0 | 0.15 | 290.09 | 0.95 | 0.44 |
| Hex | B7 | 6 | DA | 10 | 61 | 0 | F | 122 | 5F | 2C |
| Octal | 267 | 6 | 332 | 20 | 141 | 0 | 17 | 442 | 137 | 54 |
| Binary | 10110111 | 110 | 11011010 | 10000 | 1100001 | 0 | 1111 | 100100010 | 1011111 | 101100 |
Color Harmonies of #B706DA
Complementary color
Monochromatic Colors of #B706DA
Black with #B706DA
Text Example
Text Example
White with #B706DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B706DA; }
p { color: rgb(183,6,218); }
H1.HeaderClassName
{
color: #B706DA;
}
.AnyTagClassName
{
color: #B706DA;
}
</style>
background-color css
<style>
a { background-color: #B706DA; }
a { background-color: rgb(183,6,218); }
div.DivClassName
{
background-color: #B706DA;
}
.BgClassName
{
background-color: #B706DA;
}
</style>
border-color css
<style>
span { border-color: #B706DA; }
span { border-color: rgb(183,6,218); }
td.TdClassName
{
border-color: #B706DA;
}
.TagClassName
{
border-color: #B706DA;
}
</style>