Shades of Deep Magenta #B609B1
Tints of Deep Magenta #B609B1
RGB
CMYK
RGB Variations
Color information
#B609B1 (or 0xB609B1) is known color: Deep Magenta. HEX triplet: B6, 09 and B1. RGB value is (182,9,177). Sum of RGB (Red+Green+Blue) = 182+9+177=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 177 (69.53% from 255 or 48.10% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B609B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B609B1 is #49F64E. Grayscale: #4F4F4F. Windows color (decimal): -4847183 or 11602358. OLE color: 11602358.
HSL color Cylindrical-coordinate representation of color #B609B1: hue angle of 301.73º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B609B1 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 9 | 177 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.29 |
| HSL | 301.73º | 0.91% | 0.37% | - |
| HSV(B) | 301.73º | 0.95% | 0.71% | - |
| XYZ | 27.32 | 13.31 | 42.72 | - |
| YUV | 79.88 | 182.81 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 9 | 177 | 0 | 0.95 | 0.03 | 0.29 | 301.73 | 0.91 | 0.37 |
| Hex | B6 | 9 | B1 | 0 | 5F | 3 | 1D | 12E | 5B | 25 |
| Octal | 266 | 11 | 261 | 0 | 137 | 3 | 35 | 456 | 133 | 45 |
| Binary | 10110110 | 1001 | 10110001 | 0 | 1011111 | 11 | 11101 | 100101110 | 1011011 | 100101 |
Color Harmonies of #B609B1
Complementary color
Monochromatic Colors of #B609B1
Black with #B609B1
Text Example
Text Example
White with #B609B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B609B1; }
p { color: rgb(182,9,177); }
H1.HeaderClassName
{
color: #B609B1;
}
.AnyTagClassName
{
color: #B609B1;
}
</style>
background-color css
<style>
a { background-color: #B609B1; }
a { background-color: rgb(182,9,177); }
div.DivClassName
{
background-color: #B609B1;
}
.BgClassName
{
background-color: #B609B1;
}
</style>
border-color css
<style>
span { border-color: #B609B1; }
span { border-color: rgb(182,9,177); }
td.TdClassName
{
border-color: #B609B1;
}
.TagClassName
{
border-color: #B609B1;
}
</style>