Shades of Deep Magenta #B709C8
Tints of Deep Magenta #B709C8
RGB
CMYK
RGB Variations
Color information
#B709C8 (or 0xB709C8) is known color: Deep Magenta. HEX triplet: B7, 09 and C8. RGB value is (183,9,200). Sum of RGB (Red+Green+Blue) = 183+9+200=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 9 (3.91% from 255 or 2.30% from 392); Blue value is 200 (78.52% from 255 or 51.02% from 392); Max value from RGB is 200 - color contains mainly: blue. Hex color #B709C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B709C8 is #48F637. Grayscale: #525252. Windows color (decimal): -4781624 or 13109687. OLE color: 13109687.
HSL color Cylindrical-coordinate representation of color #B709C8: hue angle of 294.66º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B709C8 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 9 | 200 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.22 |
| HSL | 294.66º | 0.91% | 0.41% | - |
| HSV(B) | 294.66º | 0.96% | 0.78% | - |
| XYZ | 30.05 | 14.43 | 55.85 | - |
| YUV | 82.8 | 194.15 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 9 | 200 | 0.08 | 0.96 | 0 | 0.22 | 294.66 | 0.91 | 0.41 |
| Hex | B7 | 9 | C8 | 8 | 60 | 0 | 16 | 127 | 5B | 29 |
| Octal | 267 | 11 | 310 | 10 | 140 | 0 | 26 | 447 | 133 | 51 |
| Binary | 10110111 | 1001 | 11001000 | 1000 | 1100000 | 0 | 10110 | 100100111 | 1011011 | 101001 |
Color Harmonies of #B709C8
Complementary color
Monochromatic Colors of #B709C8
Black with #B709C8
Text Example
Text Example
White with #B709C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B709C8; }
p { color: rgb(183,9,200); }
H1.HeaderClassName
{
color: #B709C8;
}
.AnyTagClassName
{
color: #B709C8;
}
</style>
background-color css
<style>
a { background-color: #B709C8; }
a { background-color: rgb(183,9,200); }
div.DivClassName
{
background-color: #B709C8;
}
.BgClassName
{
background-color: #B709C8;
}
</style>
border-color css
<style>
span { border-color: #B709C8; }
span { border-color: rgb(183,9,200); }
td.TdClassName
{
border-color: #B709C8;
}
.TagClassName
{
border-color: #B709C8;
}
</style>