Shades of Deep Magenta #B10BCF
Tints of Deep Magenta #B10BCF
RGB
CMYK
RGB Variations
Color information
#B10BCF (or 0xB10BCF) is known color: Deep Magenta. HEX triplet: B1, 0B and CF. RGB value is (177,11,207). Sum of RGB (Red+Green+Blue) = 177+11+207=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #B10BCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10BCF is #4EF430. Grayscale: #525252. Windows color (decimal): -5174321 or 13568945. OLE color: 13568945.
HSL color Cylindrical-coordinate representation of color #B10BCF: hue angle of 290.82º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10BCF is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 11 | 207 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.19 |
| HSL | 290.82º | 0.9% | 0.43% | - |
| HSV(B) | 290.82º | 0.95% | 0.81% | - |
| XYZ | 29.51 | 14.09 | 60.2 | - |
| YUV | 82.98 | 198 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 11 | 207 | 0.14 | 0.95 | 0 | 0.19 | 290.82 | 0.9 | 0.43 |
| Hex | B1 | B | CF | E | 5F | 0 | 13 | 123 | 5A | 2B |
| Octal | 261 | 13 | 317 | 16 | 137 | 0 | 23 | 443 | 132 | 53 |
| Binary | 10110001 | 1011 | 11001111 | 1110 | 1011111 | 0 | 10011 | 100100011 | 1011010 | 101011 |
Color Harmonies of #B10BCF
Complementary color
Monochromatic Colors of #B10BCF
Black with #B10BCF
Text Example
Text Example
White with #B10BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10BCF; }
p { color: rgb(177,11,207); }
H1.HeaderClassName
{
color: #B10BCF;
}
.AnyTagClassName
{
color: #B10BCF;
}
</style>
background-color css
<style>
a { background-color: #B10BCF; }
a { background-color: rgb(177,11,207); }
div.DivClassName
{
background-color: #B10BCF;
}
.BgClassName
{
background-color: #B10BCF;
}
</style>
border-color css
<style>
span { border-color: #B10BCF; }
span { border-color: rgb(177,11,207); }
td.TdClassName
{
border-color: #B10BCF;
}
.TagClassName
{
border-color: #B10BCF;
}
</style>