Shades of Deep Magenta #B309CB
Tints of Deep Magenta #B309CB
RGB
CMYK
RGB Variations
Color information
#B309CB (or 0xB309CB) is known color: Deep Magenta. HEX triplet: B3, 09 and CB. RGB value is (179,9,203). Sum of RGB (Red+Green+Blue) = 179+9+203=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #B309CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B309CB is #4CF634. Grayscale: #515151. Windows color (decimal): -5043765 or 13306291. OLE color: 13306291.
HSL color Cylindrical-coordinate representation of color #B309CB: hue angle of 292.58º 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 #B309CB is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 9 | 203 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.20 |
| HSL | 292.58º | 0.92% | 0.42% | - |
| HSV(B) | 292.58º | 0.96% | 0.8% | - |
| XYZ | 29.47 | 14.09 | 57.67 | - |
| YUV | 81.95 | 196.32 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 9 | 203 | 0.12 | 0.96 | 0 | 0.20 | 292.58 | 0.92 | 0.42 |
| Hex | B3 | 9 | CB | C | 60 | 0 | 14 | 125 | 5C | 2A |
| Octal | 263 | 11 | 313 | 14 | 140 | 0 | 24 | 445 | 134 | 52 |
| Binary | 10110011 | 1001 | 11001011 | 1100 | 1100000 | 0 | 10100 | 100100101 | 1011100 | 101010 |
Color Harmonies of #B309CB
Complementary color
Monochromatic Colors of #B309CB
Black with #B309CB
Text Example
Text Example
White with #B309CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B309CB; }
p { color: rgb(179,9,203); }
H1.HeaderClassName
{
color: #B309CB;
}
.AnyTagClassName
{
color: #B309CB;
}
</style>
background-color css
<style>
a { background-color: #B309CB; }
a { background-color: rgb(179,9,203); }
div.DivClassName
{
background-color: #B309CB;
}
.BgClassName
{
background-color: #B309CB;
}
</style>
border-color css
<style>
span { border-color: #B309CB; }
span { border-color: rgb(179,9,203); }
td.TdClassName
{
border-color: #B309CB;
}
.TagClassName
{
border-color: #B309CB;
}
</style>