Shades of Deep Magenta #B609C0
Tints of Deep Magenta #B609C0
RGB
CMYK
RGB Variations
Color information
#B609C0 (or 0xB609C0) is known color: Deep Magenta. HEX triplet: B6, 09 and C0. RGB value is (182,9,192). Sum of RGB (Red+Green+Blue) = 182+9+192=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 192 (75.39% from 255 or 50.13% from 383); Max value from RGB is 192 - color contains mainly: blue. Hex color #B609C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B609C0 is #49F63F. Grayscale: #515151. Windows color (decimal): -4847168 or 12585398. OLE color: 12585398.
HSL color Cylindrical-coordinate representation of color #B609C0: hue angle of 296.72º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B609C0 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 9 | 192 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.25 |
| HSL | 296.72º | 0.91% | 0.39% | - |
| HSV(B) | 296.72º | 0.95% | 0.75% | - |
| XYZ | 28.9 | 13.95 | 51.04 | - |
| YUV | 81.59 | 190.31 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 9 | 192 | 0.05 | 0.95 | 0 | 0.25 | 296.72 | 0.91 | 0.39 |
| Hex | B6 | 9 | C0 | 5 | 5F | 0 | 19 | 129 | 5B | 27 |
| Octal | 266 | 11 | 300 | 5 | 137 | 0 | 31 | 451 | 133 | 47 |
| Binary | 10110110 | 1001 | 11000000 | 101 | 1011111 | 0 | 11001 | 100101001 | 1011011 | 100111 |
Color Harmonies of #B609C0
Complementary color
Monochromatic Colors of #B609C0
Black with #B609C0
Text Example
Text Example
White with #B609C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B609C0; }
p { color: rgb(182,9,192); }
H1.HeaderClassName
{
color: #B609C0;
}
.AnyTagClassName
{
color: #B609C0;
}
</style>
background-color css
<style>
a { background-color: #B609C0; }
a { background-color: rgb(182,9,192); }
div.DivClassName
{
background-color: #B609C0;
}
.BgClassName
{
background-color: #B609C0;
}
</style>
border-color css
<style>
span { border-color: #B609C0; }
span { border-color: rgb(182,9,192); }
td.TdClassName
{
border-color: #B609C0;
}
.TagClassName
{
border-color: #B609C0;
}
</style>