Shades of Deep Magenta #B014BB
Tints of Deep Magenta #B014BB
RGB
CMYK
RGB Variations
Color information
#B014BB (or 0xB014BB) is known color: Deep Magenta. HEX triplet: B0, 14 and BB. RGB value is (176,20,187). Sum of RGB (Red+Green+Blue) = 176+20+187=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #B014BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B014BB is #4FEB44. Grayscale: #555555. Windows color (decimal): -5237573 or 12260528. OLE color: 12260528.
HSL color Cylindrical-coordinate representation of color #B014BB: hue angle of 296.05º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B014BB is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 20 | 187 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.27 |
| HSL | 296.05º | 0.81% | 0.41% | - |
| HSV(B) | 296.05º | 0.89% | 0.73% | - |
| XYZ | 27.12 | 13.32 | 48.15 | - |
| YUV | 85.68 | 185.18 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 20 | 187 | 0.06 | 0.89 | 0 | 0.27 | 296.05 | 0.81 | 0.41 |
| Hex | B0 | 14 | BB | 6 | 59 | 0 | 1B | 128 | 51 | 29 |
| Octal | 260 | 24 | 273 | 6 | 131 | 0 | 33 | 450 | 121 | 51 |
| Binary | 10110000 | 10100 | 10111011 | 110 | 1011001 | 0 | 11011 | 100101000 | 1010001 | 101001 |
Color Harmonies of #B014BB
Complementary color
Monochromatic Colors of #B014BB
Black with #B014BB
Text Example
Text Example
White with #B014BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B014BB; }
p { color: rgb(176,20,187); }
H1.HeaderClassName
{
color: #B014BB;
}
.AnyTagClassName
{
color: #B014BB;
}
</style>
background-color css
<style>
a { background-color: #B014BB; }
a { background-color: rgb(176,20,187); }
div.DivClassName
{
background-color: #B014BB;
}
.BgClassName
{
background-color: #B014BB;
}
</style>
border-color css
<style>
span { border-color: #B014BB; }
span { border-color: rgb(176,20,187); }
td.TdClassName
{
border-color: #B014BB;
}
.TagClassName
{
border-color: #B014BB;
}
</style>