Shades of Deep Magenta #B607BB
Tints of Deep Magenta #B607BB
RGB
CMYK
RGB Variations
Color information
#B607BB (or 0xB607BB) is known color: Deep Magenta. HEX triplet: B6, 07 and BB. RGB value is (182,7,187). Sum of RGB (Red+Green+Blue) = 182+7+187=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 7 (3.12% from 255 or 1.86% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #B607BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B607BB is #49F844. Grayscale: #4F4F4F. Windows color (decimal): -4847685 or 12257206. OLE color: 12257206.
HSL color Cylindrical-coordinate representation of color #B607BB: hue angle of 298.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B607BB is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 7 | 187 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.27 |
| HSL | 298.33º | 0.93% | 0.38% | - |
| HSV(B) | 298.33º | 0.96% | 0.73% | - |
| XYZ | 28.34 | 13.68 | 48.16 | - |
| YUV | 79.85 | 188.48 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 7 | 187 | 0.03 | 0.96 | 0 | 0.27 | 298.33 | 0.93 | 0.38 |
| Hex | B6 | 7 | BB | 3 | 60 | 0 | 1B | 12A | 5D | 26 |
| Octal | 266 | 7 | 273 | 3 | 140 | 0 | 33 | 452 | 135 | 46 |
| Binary | 10110110 | 111 | 10111011 | 11 | 1100000 | 0 | 11011 | 100101010 | 1011101 | 100110 |
Color Harmonies of #B607BB
Complementary color
Monochromatic Colors of #B607BB
Black with #B607BB
Text Example
Text Example
White with #B607BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B607BB; }
p { color: rgb(182,7,187); }
H1.HeaderClassName
{
color: #B607BB;
}
.AnyTagClassName
{
color: #B607BB;
}
</style>
background-color css
<style>
a { background-color: #B607BB; }
a { background-color: rgb(182,7,187); }
div.DivClassName
{
background-color: #B607BB;
}
.BgClassName
{
background-color: #B607BB;
}
</style>
border-color css
<style>
span { border-color: #B607BB; }
span { border-color: rgb(182,7,187); }
td.TdClassName
{
border-color: #B607BB;
}
.TagClassName
{
border-color: #B607BB;
}
</style>