Shades of Deep Magenta #B707B5
Tints of Deep Magenta #B707B5
RGB
CMYK
RGB Variations
Color information
#B707B5 (or 0xB707B5) is known color: Deep Magenta. HEX triplet: B7, 07 and B5. RGB value is (183,7,181). Sum of RGB (Red+Green+Blue) = 183+7+181=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B707B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B707B5 is #48F84A. Grayscale: #4E4E4E. Windows color (decimal): -4782155 or 11863991. OLE color: 11863991.
HSL color Cylindrical-coordinate representation of color #B707B5: hue angle of 300.68º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B707B5 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 7 | 181 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.28 |
| HSL | 300.68º | 0.93% | 0.37% | - |
| HSV(B) | 300.68º | 0.96% | 0.72% | - |
| XYZ | 27.94 | 13.56 | 44.86 | - |
| YUV | 79.46 | 185.31 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 7 | 181 | 0 | 0.96 | 0.01 | 0.28 | 300.68 | 0.93 | 0.37 |
| Hex | B7 | 7 | B5 | 0 | 60 | 1 | 1C | 12D | 5D | 25 |
| Octal | 267 | 7 | 265 | 0 | 140 | 1 | 34 | 455 | 135 | 45 |
| Binary | 10110111 | 111 | 10110101 | 0 | 1100000 | 1 | 11100 | 100101101 | 1011101 | 100101 |
Color Harmonies of #B707B5
Complementary color
Monochromatic Colors of #B707B5
Black with #B707B5
Text Example
Text Example
White with #B707B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B707B5; }
p { color: rgb(183,7,181); }
H1.HeaderClassName
{
color: #B707B5;
}
.AnyTagClassName
{
color: #B707B5;
}
</style>
background-color css
<style>
a { background-color: #B707B5; }
a { background-color: rgb(183,7,181); }
div.DivClassName
{
background-color: #B707B5;
}
.BgClassName
{
background-color: #B707B5;
}
</style>
border-color css
<style>
span { border-color: #B707B5; }
span { border-color: rgb(183,7,181); }
td.TdClassName
{
border-color: #B707B5;
}
.TagClassName
{
border-color: #B707B5;
}
</style>