Shades of Deep Magenta #B707B2
Tints of Deep Magenta #B707B2
RGB
CMYK
RGB Variations
Color information
#B707B2 (or 0xB707B2) is known color: Deep Magenta. HEX triplet: B7, 07 and B2. RGB value is (183,7,178). Sum of RGB (Red+Green+Blue) = 183+7+178=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 7 (3.12% from 255 or 1.90% from 368); Blue value is 178 (69.92% from 255 or 48.37% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B707B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B707B2 is #48F84D. Grayscale: #4E4E4E. Windows color (decimal): -4782158 or 11667383. OLE color: 11667383.
HSL color Cylindrical-coordinate representation of color #B707B2: hue angle of 301.7º 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 #B707B2 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 7 | 178 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.28 |
| HSL | 301.7º | 0.93% | 0.37% | - |
| HSV(B) | 301.7º | 0.96% | 0.72% | - |
| XYZ | 27.64 | 13.43 | 43.26 | - |
| YUV | 79.12 | 183.81 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 7 | 178 | 0 | 0.96 | 0.03 | 0.28 | 301.7 | 0.93 | 0.37 |
| Hex | B7 | 7 | B2 | 0 | 60 | 3 | 1C | 12E | 5D | 25 |
| Octal | 267 | 7 | 262 | 0 | 140 | 3 | 34 | 456 | 135 | 45 |
| Binary | 10110111 | 111 | 10110010 | 0 | 1100000 | 11 | 11100 | 100101110 | 1011101 | 100101 |
Color Harmonies of #B707B2
Complementary color
Monochromatic Colors of #B707B2
Black with #B707B2
Text Example
Text Example
White with #B707B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B707B2; }
p { color: rgb(183,7,178); }
H1.HeaderClassName
{
color: #B707B2;
}
.AnyTagClassName
{
color: #B707B2;
}
</style>
background-color css
<style>
a { background-color: #B707B2; }
a { background-color: rgb(183,7,178); }
div.DivClassName
{
background-color: #B707B2;
}
.BgClassName
{
background-color: #B707B2;
}
</style>
border-color css
<style>
span { border-color: #B707B2; }
span { border-color: rgb(183,7,178); }
td.TdClassName
{
border-color: #B707B2;
}
.TagClassName
{
border-color: #B707B2;
}
</style>