Shades of Deep Magenta #B609C8
Tints of Deep Magenta #B609C8
RGB
CMYK
RGB Variations
Color information
#B609C8 (or 0xB609C8) is known color: Deep Magenta. HEX triplet: B6, 09 and C8. RGB value is (182,9,200). Sum of RGB (Red+Green+Blue) = 182+9+200=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 200 (78.52% from 255 or 51.15% from 391); Max value from RGB is 200 - color contains mainly: blue. Hex color #B609C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B609C8 is #49F637. Grayscale: #515151. Windows color (decimal): -4847160 or 13109686. OLE color: 13109686.
HSL color Cylindrical-coordinate representation of color #B609C8: hue angle of 294.35º 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 #B609C8 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 9 | 200 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.22 |
| HSL | 294.35º | 0.91% | 0.41% | - |
| HSV(B) | 294.35º | 0.96% | 0.78% | - |
| XYZ | 29.81 | 14.31 | 55.83 | - |
| YUV | 82.5 | 194.31 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 9 | 200 | 0.09 | 0.96 | 0 | 0.22 | 294.35 | 0.91 | 0.41 |
| Hex | B6 | 9 | C8 | 9 | 60 | 0 | 16 | 126 | 5B | 29 |
| Octal | 266 | 11 | 310 | 11 | 140 | 0 | 26 | 446 | 133 | 51 |
| Binary | 10110110 | 1001 | 11001000 | 1001 | 1100000 | 0 | 10110 | 100100110 | 1011011 | 101001 |
Color Harmonies of #B609C8
Complementary color
Monochromatic Colors of #B609C8
Black with #B609C8
Text Example
Text Example
White with #B609C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B609C8; }
p { color: rgb(182,9,200); }
H1.HeaderClassName
{
color: #B609C8;
}
.AnyTagClassName
{
color: #B609C8;
}
</style>
background-color css
<style>
a { background-color: #B609C8; }
a { background-color: rgb(182,9,200); }
div.DivClassName
{
background-color: #B609C8;
}
.BgClassName
{
background-color: #B609C8;
}
</style>
border-color css
<style>
span { border-color: #B609C8; }
span { border-color: rgb(182,9,200); }
td.TdClassName
{
border-color: #B609C8;
}
.TagClassName
{
border-color: #B609C8;
}
</style>