Shades of Deep Magenta #B707BB
Tints of Deep Magenta #B707BB
RGB
CMYK
RGB Variations
Color information
#B707BB (or 0xB707BB) is known color: Deep Magenta. HEX triplet: B7, 07 and BB. RGB value is (183,7,187). Sum of RGB (Red+Green+Blue) = 183+7+187=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #B707BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B707BB is #48F844. Grayscale: #4F4F4F. Windows color (decimal): -4782149 or 12257207. OLE color: 12257207.
HSL color Cylindrical-coordinate representation of color #B707BB: hue angle of 298.67º 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 #B707BB is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 7 | 187 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.27 |
| HSL | 298.67º | 0.93% | 0.38% | - |
| HSV(B) | 298.67º | 0.96% | 0.73% | - |
| XYZ | 28.57 | 13.81 | 48.17 | - |
| YUV | 80.14 | 188.31 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 7 | 187 | 0.02 | 0.96 | 0 | 0.27 | 298.67 | 0.93 | 0.38 |
| Hex | B7 | 7 | BB | 2 | 60 | 0 | 1B | 12B | 5D | 26 |
| Octal | 267 | 7 | 273 | 2 | 140 | 0 | 33 | 453 | 135 | 46 |
| Binary | 10110111 | 111 | 10111011 | 10 | 1100000 | 0 | 11011 | 100101011 | 1011101 | 100110 |
Color Harmonies of #B707BB
Complementary color
Monochromatic Colors of #B707BB
Black with #B707BB
Text Example
Text Example
White with #B707BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B707BB; }
p { color: rgb(183,7,187); }
H1.HeaderClassName
{
color: #B707BB;
}
.AnyTagClassName
{
color: #B707BB;
}
</style>
background-color css
<style>
a { background-color: #B707BB; }
a { background-color: rgb(183,7,187); }
div.DivClassName
{
background-color: #B707BB;
}
.BgClassName
{
background-color: #B707BB;
}
</style>
border-color css
<style>
span { border-color: #B707BB; }
span { border-color: rgb(183,7,187); }
td.TdClassName
{
border-color: #B707BB;
}
.TagClassName
{
border-color: #B707BB;
}
</style>