Shades of Deep Magenta #B617CB
Tints of Deep Magenta #B617CB
RGB
CMYK
RGB Variations
Color information
#B617CB (or 0xB617CB) is known color: Deep Magenta. HEX triplet: B6, 17 and CB. RGB value is (182,23,203). Sum of RGB (Red+Green+Blue) = 182+23+203=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 23 (9.38% from 255 or 5.64% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #B617CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B617CB is #49E834. Grayscale: #5A5A5A. Windows color (decimal): -4843573 or 13309878. OLE color: 13309878.
HSL color Cylindrical-coordinate representation of color #B617CB: hue angle of 293º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B617CB is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 23 | 203 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.20 |
| HSL | 293º | 0.8% | 0.44% | - |
| HSV(B) | 293º | 0.89% | 0.8% | - |
| XYZ | 30.38 | 14.87 | 57.77 | - |
| YUV | 91.06 | 191.18 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 23 | 203 | 0.10 | 0.89 | 0 | 0.20 | 293 | 0.8 | 0.44 |
| Hex | B6 | 17 | CB | A | 59 | 0 | 14 | 125 | 50 | 2C |
| Octal | 266 | 27 | 313 | 12 | 131 | 0 | 24 | 445 | 120 | 54 |
| Binary | 10110110 | 10111 | 11001011 | 1010 | 1011001 | 0 | 10100 | 100100101 | 1010000 | 101100 |
Color Harmonies of #B617CB
Complementary color
Monochromatic Colors of #B617CB
Black with #B617CB
Text Example
Text Example
White with #B617CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B617CB; }
p { color: rgb(182,23,203); }
H1.HeaderClassName
{
color: #B617CB;
}
.AnyTagClassName
{
color: #B617CB;
}
</style>
background-color css
<style>
a { background-color: #B617CB; }
a { background-color: rgb(182,23,203); }
div.DivClassName
{
background-color: #B617CB;
}
.BgClassName
{
background-color: #B617CB;
}
</style>
border-color css
<style>
span { border-color: #B617CB; }
span { border-color: rgb(182,23,203); }
td.TdClassName
{
border-color: #B617CB;
}
.TagClassName
{
border-color: #B617CB;
}
</style>