Shades of Deep Magenta #B707BC
Tints of Deep Magenta #B707BC
RGB
CMYK
RGB Variations
Color information
#B707BC (or 0xB707BC) is known color: Deep Magenta. HEX triplet: B7, 07 and BC. RGB value is (183,7,188). Sum of RGB (Red+Green+Blue) = 183+7+188=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #B707BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B707BC is #48F843. Grayscale: #4F4F4F. Windows color (decimal): -4782148 or 12322743. OLE color: 12322743.
HSL color Cylindrical-coordinate representation of color #B707BC: hue angle of 298.34º 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 #B707BC is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 7 | 188 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.26 |
| HSL | 298.34º | 0.93% | 0.38% | - |
| HSV(B) | 298.34º | 0.96% | 0.74% | - |
| XYZ | 28.68 | 13.85 | 48.74 | - |
| YUV | 80.26 | 188.81 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 7 | 188 | 0.03 | 0.96 | 0 | 0.26 | 298.34 | 0.93 | 0.38 |
| Hex | B7 | 7 | BC | 3 | 60 | 0 | 1A | 12A | 5D | 26 |
| Octal | 267 | 7 | 274 | 3 | 140 | 0 | 32 | 452 | 135 | 46 |
| Binary | 10110111 | 111 | 10111100 | 11 | 1100000 | 0 | 11010 | 100101010 | 1011101 | 100110 |
Color Harmonies of #B707BC
Complementary color
Monochromatic Colors of #B707BC
Black with #B707BC
Text Example
Text Example
White with #B707BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B707BC; }
p { color: rgb(183,7,188); }
H1.HeaderClassName
{
color: #B707BC;
}
.AnyTagClassName
{
color: #B707BC;
}
</style>
background-color css
<style>
a { background-color: #B707BC; }
a { background-color: rgb(183,7,188); }
div.DivClassName
{
background-color: #B707BC;
}
.BgClassName
{
background-color: #B707BC;
}
</style>
border-color css
<style>
span { border-color: #B707BC; }
span { border-color: rgb(183,7,188); }
td.TdClassName
{
border-color: #B707BC;
}
.TagClassName
{
border-color: #B707BC;
}
</style>