Shades of Deep Magenta #B409CB
Tints of Deep Magenta #B409CB
RGB
CMYK
RGB Variations
Color information
#B409CB (or 0xB409CB) is known color: Deep Magenta. HEX triplet: B4, 09 and CB. RGB value is (180,9,203). Sum of RGB (Red+Green+Blue) = 180+9+203=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 9 (3.91% from 255 or 2.30% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #B409CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B409CB is #4BF634. Grayscale: #515151. Windows color (decimal): -4978229 or 13306292. OLE color: 13306292.
HSL color Cylindrical-coordinate representation of color #B409CB: hue angle of 292.89º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B409CB is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 9 | 203 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.20 |
| HSL | 292.89º | 0.92% | 0.42% | - |
| HSV(B) | 292.89º | 0.96% | 0.8% | - |
| XYZ | 29.7 | 14.21 | 57.68 | - |
| YUV | 82.25 | 196.15 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 9 | 203 | 0.11 | 0.96 | 0 | 0.20 | 292.89 | 0.92 | 0.42 |
| Hex | B4 | 9 | CB | B | 60 | 0 | 14 | 125 | 5C | 2A |
| Octal | 264 | 11 | 313 | 13 | 140 | 0 | 24 | 445 | 134 | 52 |
| Binary | 10110100 | 1001 | 11001011 | 1011 | 1100000 | 0 | 10100 | 100100101 | 1011100 | 101010 |
Color Harmonies of #B409CB
Complementary color
Monochromatic Colors of #B409CB
Black with #B409CB
Text Example
Text Example
White with #B409CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B409CB; }
p { color: rgb(180,9,203); }
H1.HeaderClassName
{
color: #B409CB;
}
.AnyTagClassName
{
color: #B409CB;
}
</style>
background-color css
<style>
a { background-color: #B409CB; }
a { background-color: rgb(180,9,203); }
div.DivClassName
{
background-color: #B409CB;
}
.BgClassName
{
background-color: #B409CB;
}
</style>
border-color css
<style>
span { border-color: #B409CB; }
span { border-color: rgb(180,9,203); }
td.TdClassName
{
border-color: #B409CB;
}
.TagClassName
{
border-color: #B409CB;
}
</style>