Shades of Deep Magenta #B615BB
Tints of Deep Magenta #B615BB
RGB
CMYK
RGB Variations
Color information
#B615BB (or 0xB615BB) is known color: Deep Magenta. HEX triplet: B6, 15 and BB. RGB value is (182,21,187). Sum of RGB (Red+Green+Blue) = 182+21+187=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 21 (8.59% from 255 or 5.38% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #B615BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B615BB is #49EA44. Grayscale: #575757. Windows color (decimal): -4844101 or 12260790. OLE color: 12260790.
HSL color Cylindrical-coordinate representation of color #B615BB: hue angle of 298.19º degrees, saturation: 0.8, 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 #B615BB is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 21 | 187 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.27 |
| HSL | 298.19º | 0.8% | 0.41% | - |
| HSV(B) | 298.19º | 0.89% | 0.73% | - |
| XYZ | 28.53 | 14.07 | 48.23 | - |
| YUV | 88.06 | 183.84 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 21 | 187 | 0.03 | 0.89 | 0 | 0.27 | 298.19 | 0.8 | 0.41 |
| Hex | B6 | 15 | BB | 3 | 59 | 0 | 1B | 12A | 50 | 29 |
| Octal | 266 | 25 | 273 | 3 | 131 | 0 | 33 | 452 | 120 | 51 |
| Binary | 10110110 | 10101 | 10111011 | 11 | 1011001 | 0 | 11011 | 100101010 | 1010000 | 101001 |
Color Harmonies of #B615BB
Complementary color
Monochromatic Colors of #B615BB
Black with #B615BB
Text Example
Text Example
White with #B615BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B615BB; }
p { color: rgb(182,21,187); }
H1.HeaderClassName
{
color: #B615BB;
}
.AnyTagClassName
{
color: #B615BB;
}
</style>
background-color css
<style>
a { background-color: #B615BB; }
a { background-color: rgb(182,21,187); }
div.DivClassName
{
background-color: #B615BB;
}
.BgClassName
{
background-color: #B615BB;
}
</style>
border-color css
<style>
span { border-color: #B615BB; }
span { border-color: rgb(182,21,187); }
td.TdClassName
{
border-color: #B615BB;
}
.TagClassName
{
border-color: #B615BB;
}
</style>