Shades of Deep Magenta #B709A8
Tints of Deep Magenta #B709A8
RGB
CMYK
RGB Variations
Color information
#B709A8 (or 0xB709A8) is known color: Deep Magenta. HEX triplet: B7, 09 and A8. RGB value is (183,9,168). Sum of RGB (Red+Green+Blue) = 183+9+168=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 168 (66.02% from 255 or 46.67% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B709A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B709A8 is #48F657. Grayscale: #4E4E4E. Windows color (decimal): -4781656 or 11012535. OLE color: 11012535.
HSL color Cylindrical-coordinate representation of color #B709A8: hue angle of 305.17º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B709A8 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 9 | 168 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.28 |
| HSL | 305.17º | 0.91% | 0.38% | - |
| HSV(B) | 305.17º | 0.95% | 0.72% | - |
| XYZ | 26.69 | 13.09 | 38.17 | - |
| YUV | 79.15 | 178.15 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 9 | 168 | 0 | 0.95 | 0.08 | 0.28 | 305.17 | 0.91 | 0.38 |
| Hex | B7 | 9 | A8 | 0 | 5F | 8 | 1C | 131 | 5B | 26 |
| Octal | 267 | 11 | 250 | 0 | 137 | 10 | 34 | 461 | 133 | 46 |
| Binary | 10110111 | 1001 | 10101000 | 0 | 1011111 | 1000 | 11100 | 100110001 | 1011011 | 100110 |
Color Harmonies of #B709A8
Complementary color
Monochromatic Colors of #B709A8
Black with #B709A8
Text Example
Text Example
White with #B709A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B709A8; }
p { color: rgb(183,9,168); }
H1.HeaderClassName
{
color: #B709A8;
}
.AnyTagClassName
{
color: #B709A8;
}
</style>
background-color css
<style>
a { background-color: #B709A8; }
a { background-color: rgb(183,9,168); }
div.DivClassName
{
background-color: #B709A8;
}
.BgClassName
{
background-color: #B709A8;
}
</style>
border-color css
<style>
span { border-color: #B709A8; }
span { border-color: rgb(183,9,168); }
td.TdClassName
{
border-color: #B709A8;
}
.TagClassName
{
border-color: #B709A8;
}
</style>