Shades of Deep Magenta #B609D5
Tints of Deep Magenta #B609D5
RGB
CMYK
RGB Variations
Color information
#B609D5 (or 0xB609D5) is known color: Deep Magenta. HEX triplet: B6, 09 and D5. RGB value is (182,9,213). Sum of RGB (Red+Green+Blue) = 182+9+213=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 9 (3.91% from 255 or 2.23% from 404); Blue value is 213 (83.59% from 255 or 52.72% from 404); Max value from RGB is 213 - color contains mainly: blue. Hex color #B609D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B609D5 is #49F62A. Grayscale: #535353. Windows color (decimal): -4847147 or 13961654. OLE color: 13961654.
HSL color Cylindrical-coordinate representation of color #B609D5: hue angle of 290.88º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B609D5 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 9 | 213 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.16 |
| HSL | 290.88º | 0.92% | 0.44% | - |
| HSV(B) | 290.88º | 0.96% | 0.84% | - |
| XYZ | 31.4 | 14.94 | 64.18 | - |
| YUV | 83.98 | 200.81 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 9 | 213 | 0.15 | 0.96 | 0 | 0.16 | 290.88 | 0.92 | 0.44 |
| Hex | B6 | 9 | D5 | F | 60 | 0 | 10 | 123 | 5C | 2C |
| Octal | 266 | 11 | 325 | 17 | 140 | 0 | 20 | 443 | 134 | 54 |
| Binary | 10110110 | 1001 | 11010101 | 1111 | 1100000 | 0 | 10000 | 100100011 | 1011100 | 101100 |
Color Harmonies of #B609D5
Complementary color
Monochromatic Colors of #B609D5
Black with #B609D5
Text Example
Text Example
White with #B609D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B609D5; }
p { color: rgb(182,9,213); }
H1.HeaderClassName
{
color: #B609D5;
}
.AnyTagClassName
{
color: #B609D5;
}
</style>
background-color css
<style>
a { background-color: #B609D5; }
a { background-color: rgb(182,9,213); }
div.DivClassName
{
background-color: #B609D5;
}
.BgClassName
{
background-color: #B609D5;
}
</style>
border-color css
<style>
span { border-color: #B609D5; }
span { border-color: rgb(182,9,213); }
td.TdClassName
{
border-color: #B609D5;
}
.TagClassName
{
border-color: #B609D5;
}
</style>