Shades of Deep Magenta #B707BD
Tints of Deep Magenta #B707BD
RGB
CMYK
RGB Variations
Color information
#B707BD (or 0xB707BD) is known color: Deep Magenta. HEX triplet: B7, 07 and BD. RGB value is (183,7,189). Sum of RGB (Red+Green+Blue) = 183+7+189=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 7 (3.12% from 255 or 1.85% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #B707BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B707BD is #48F842. Grayscale: #4F4F4F. Windows color (decimal): -4782147 or 12388279. OLE color: 12388279.
HSL color Cylindrical-coordinate representation of color #B707BD: hue angle of 298.02º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B707BD is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 7 | 189 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.26 |
| HSL | 298.02º | 0.93% | 0.38% | - |
| HSV(B) | 298.02º | 0.96% | 0.74% | - |
| XYZ | 28.79 | 13.89 | 49.31 | - |
| YUV | 80.37 | 189.31 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 7 | 189 | 0.03 | 0.96 | 0 | 0.26 | 298.02 | 0.93 | 0.38 |
| Hex | B7 | 7 | BD | 3 | 60 | 0 | 1A | 12A | 5D | 26 |
| Octal | 267 | 7 | 275 | 3 | 140 | 0 | 32 | 452 | 135 | 46 |
| Binary | 10110111 | 111 | 10111101 | 11 | 1100000 | 0 | 11010 | 100101010 | 1011101 | 100110 |
Color Harmonies of #B707BD
Complementary color
Monochromatic Colors of #B707BD
Black with #B707BD
Text Example
Text Example
White with #B707BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B707BD; }
p { color: rgb(183,7,189); }
H1.HeaderClassName
{
color: #B707BD;
}
.AnyTagClassName
{
color: #B707BD;
}
</style>
background-color css
<style>
a { background-color: #B707BD; }
a { background-color: rgb(183,7,189); }
div.DivClassName
{
background-color: #B707BD;
}
.BgClassName
{
background-color: #B707BD;
}
</style>
border-color css
<style>
span { border-color: #B707BD; }
span { border-color: rgb(183,7,189); }
td.TdClassName
{
border-color: #B707BD;
}
.TagClassName
{
border-color: #B707BD;
}
</style>