Shades of Deep Magenta #B607C9
Tints of Deep Magenta #B607C9
RGB
CMYK
RGB Variations
Color information
#B607C9 (or 0xB607C9) is known color: Deep Magenta. HEX triplet: B6, 07 and C9. RGB value is (182,7,201). Sum of RGB (Red+Green+Blue) = 182+7+201=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 7 (3.12% from 255 or 1.79% from 390); Blue value is 201 (78.91% from 255 or 51.54% from 390); Max value from RGB is 201 - color contains mainly: blue. Hex color #B607C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B607C9 is #49F836. Grayscale: #505050. Windows color (decimal): -4847671 or 13174710. OLE color: 13174710.
HSL color Cylindrical-coordinate representation of color #B607C9: hue angle of 294.12º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B607C9 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 7 | 201 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.21 |
| HSL | 294.12º | 0.93% | 0.41% | - |
| HSV(B) | 294.12º | 0.97% | 0.79% | - |
| XYZ | 29.91 | 14.31 | 56.44 | - |
| YUV | 81.44 | 195.48 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 7 | 201 | 0.09 | 0.97 | 0 | 0.21 | 294.12 | 0.93 | 0.41 |
| Hex | B6 | 7 | C9 | 9 | 61 | 0 | 15 | 126 | 5D | 29 |
| Octal | 266 | 7 | 311 | 11 | 141 | 0 | 25 | 446 | 135 | 51 |
| Binary | 10110110 | 111 | 11001001 | 1001 | 1100001 | 0 | 10101 | 100100110 | 1011101 | 101001 |
Color Harmonies of #B607C9
Complementary color
Monochromatic Colors of #B607C9
Black with #B607C9
Text Example
Text Example
White with #B607C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B607C9; }
p { color: rgb(182,7,201); }
H1.HeaderClassName
{
color: #B607C9;
}
.AnyTagClassName
{
color: #B607C9;
}
</style>
background-color css
<style>
a { background-color: #B607C9; }
a { background-color: rgb(182,7,201); }
div.DivClassName
{
background-color: #B607C9;
}
.BgClassName
{
background-color: #B607C9;
}
</style>
border-color css
<style>
span { border-color: #B607C9; }
span { border-color: rgb(182,7,201); }
td.TdClassName
{
border-color: #B607C9;
}
.TagClassName
{
border-color: #B607C9;
}
</style>