Shades of Deep Magenta #B817CF
Tints of Deep Magenta #B817CF
RGB
CMYK
RGB Variations
Color information
#B817CF (or 0xB817CF) is known color: Deep Magenta. HEX triplet: B8, 17 and CF. RGB value is (184,23,207). Sum of RGB (Red+Green+Blue) = 184+23+207=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 23 (9.38% from 255 or 5.56% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #B817CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B817CF is #47E830. Grayscale: #5B5B5B. Windows color (decimal): -4712497 or 13572024. OLE color: 13572024.
HSL color Cylindrical-coordinate representation of color #B817CF: hue angle of 292.5º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B817CF is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 23 | 207 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.19 |
| HSL | 292.5º | 0.8% | 0.45% | - |
| HSV(B) | 292.5º | 0.89% | 0.81% | - |
| XYZ | 31.34 | 15.31 | 60.33 | - |
| YUV | 92.12 | 192.84 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 23 | 207 | 0.11 | 0.89 | 0 | 0.19 | 292.5 | 0.8 | 0.45 |
| Hex | B8 | 17 | CF | B | 59 | 0 | 13 | 124 | 50 | 2D |
| Octal | 270 | 27 | 317 | 13 | 131 | 0 | 23 | 444 | 120 | 55 |
| Binary | 10111000 | 10111 | 11001111 | 1011 | 1011001 | 0 | 10011 | 100100100 | 1010000 | 101101 |
Color Harmonies of #B817CF
Complementary color
Monochromatic Colors of #B817CF
Black with #B817CF
Text Example
Text Example
White with #B817CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B817CF; }
p { color: rgb(184,23,207); }
H1.HeaderClassName
{
color: #B817CF;
}
.AnyTagClassName
{
color: #B817CF;
}
</style>
background-color css
<style>
a { background-color: #B817CF; }
a { background-color: rgb(184,23,207); }
div.DivClassName
{
background-color: #B817CF;
}
.BgClassName
{
background-color: #B817CF;
}
</style>
border-color css
<style>
span { border-color: #B817CF; }
span { border-color: rgb(184,23,207); }
td.TdClassName
{
border-color: #B817CF;
}
.TagClassName
{
border-color: #B817CF;
}
</style>