Shades of Deep Magenta #B708A6
Tints of Deep Magenta #B708A6
RGB
CMYK
RGB Variations
Color information
#B708A6 (or 0xB708A6) is known color: Deep Magenta. HEX triplet: B7, 08 and A6. RGB value is (183,8,166). Sum of RGB (Red+Green+Blue) = 183+8+166=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 166 (65.23% from 255 or 46.50% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B708A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B708A6 is #48F759. Grayscale: #4D4D4D. Windows color (decimal): -4781914 or 10881207. OLE color: 10881207.
HSL color Cylindrical-coordinate representation of color #B708A6: hue angle of 305.83º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B708A6 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 8 | 166 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.28 |
| HSL | 305.83º | 0.92% | 0.37% | - |
| HSV(B) | 305.83º | 0.96% | 0.72% | - |
| XYZ | 26.5 | 12.99 | 37.19 | - |
| YUV | 78.34 | 177.48 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 8 | 166 | 0 | 0.96 | 0.09 | 0.28 | 305.83 | 0.92 | 0.37 |
| Hex | B7 | 8 | A6 | 0 | 60 | 9 | 1C | 132 | 5C | 25 |
| Octal | 267 | 10 | 246 | 0 | 140 | 11 | 34 | 462 | 134 | 45 |
| Binary | 10110111 | 1000 | 10100110 | 0 | 1100000 | 1001 | 11100 | 100110010 | 1011100 | 100101 |
Color Harmonies of #B708A6
Complementary color
Monochromatic Colors of #B708A6
Black with #B708A6
Text Example
Text Example
White with #B708A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B708A6; }
p { color: rgb(183,8,166); }
H1.HeaderClassName
{
color: #B708A6;
}
.AnyTagClassName
{
color: #B708A6;
}
</style>
background-color css
<style>
a { background-color: #B708A6; }
a { background-color: rgb(183,8,166); }
div.DivClassName
{
background-color: #B708A6;
}
.BgClassName
{
background-color: #B708A6;
}
</style>
border-color css
<style>
span { border-color: #B708A6; }
span { border-color: rgb(183,8,166); }
td.TdClassName
{
border-color: #B708A6;
}
.TagClassName
{
border-color: #B708A6;
}
</style>