Shades of Deep Magenta #B609CF
Tints of Deep Magenta #B609CF
RGB
CMYK
RGB Variations
Color information
#B609CF (or 0xB609CF) is known color: Deep Magenta. HEX triplet: B6, 09 and CF. RGB value is (182,9,207). Sum of RGB (Red+Green+Blue) = 182+9+207=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 9 (3.91% from 255 or 2.26% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #B609CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B609CF is #49F630. Grayscale: #525252. Windows color (decimal): -4847153 or 13568438. OLE color: 13568438.
HSL color Cylindrical-coordinate representation of color #B609CF: hue angle of 292.42º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B609CF is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 9 | 207 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.19 |
| HSL | 292.42º | 0.92% | 0.42% | - |
| HSV(B) | 292.42º | 0.96% | 0.81% | - |
| XYZ | 30.65 | 14.65 | 60.24 | - |
| YUV | 83.3 | 197.81 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 9 | 207 | 0.12 | 0.96 | 0 | 0.19 | 292.42 | 0.92 | 0.42 |
| Hex | B6 | 9 | CF | C | 60 | 0 | 13 | 124 | 5C | 2A |
| Octal | 266 | 11 | 317 | 14 | 140 | 0 | 23 | 444 | 134 | 52 |
| Binary | 10110110 | 1001 | 11001111 | 1100 | 1100000 | 0 | 10011 | 100100100 | 1011100 | 101010 |
Color Harmonies of #B609CF
Complementary color
Monochromatic Colors of #B609CF
Black with #B609CF
Text Example
Text Example
White with #B609CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B609CF; }
p { color: rgb(182,9,207); }
H1.HeaderClassName
{
color: #B609CF;
}
.AnyTagClassName
{
color: #B609CF;
}
</style>
background-color css
<style>
a { background-color: #B609CF; }
a { background-color: rgb(182,9,207); }
div.DivClassName
{
background-color: #B609CF;
}
.BgClassName
{
background-color: #B609CF;
}
</style>
border-color css
<style>
span { border-color: #B609CF; }
span { border-color: rgb(182,9,207); }
td.TdClassName
{
border-color: #B609CF;
}
.TagClassName
{
border-color: #B609CF;
}
</style>