Shades of Deep Magenta #B507BC
Tints of Deep Magenta #B507BC
RGB
CMYK
RGB Variations
Color information
#B507BC (or 0xB507BC) is known color: Deep Magenta. HEX triplet: B5, 07 and BC. RGB value is (181,7,188). Sum of RGB (Red+Green+Blue) = 181+7+188=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 7 (3.12% from 255 or 1.86% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #B507BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B507BC is #4AF843. Grayscale: #4F4F4F. Windows color (decimal): -4913220 or 12322741. OLE color: 12322741.
HSL color Cylindrical-coordinate representation of color #B507BC: hue angle of 297.68º 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 #B507BC is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 7 | 188 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.26 |
| HSL | 297.68º | 0.93% | 0.38% | - |
| HSV(B) | 297.68º | 0.96% | 0.74% | - |
| XYZ | 28.21 | 13.61 | 48.72 | - |
| YUV | 79.66 | 189.15 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 7 | 188 | 0.04 | 0.96 | 0 | 0.26 | 297.68 | 0.93 | 0.38 |
| Hex | B5 | 7 | BC | 4 | 60 | 0 | 1A | 12A | 5D | 26 |
| Octal | 265 | 7 | 274 | 4 | 140 | 0 | 32 | 452 | 135 | 46 |
| Binary | 10110101 | 111 | 10111100 | 100 | 1100000 | 0 | 11010 | 100101010 | 1011101 | 100110 |
Color Harmonies of #B507BC
Complementary color
Monochromatic Colors of #B507BC
Black with #B507BC
Text Example
Text Example
White with #B507BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B507BC; }
p { color: rgb(181,7,188); }
H1.HeaderClassName
{
color: #B507BC;
}
.AnyTagClassName
{
color: #B507BC;
}
</style>
background-color css
<style>
a { background-color: #B507BC; }
a { background-color: rgb(181,7,188); }
div.DivClassName
{
background-color: #B507BC;
}
.BgClassName
{
background-color: #B507BC;
}
</style>
border-color css
<style>
span { border-color: #B507BC; }
span { border-color: rgb(181,7,188); }
td.TdClassName
{
border-color: #B507BC;
}
.TagClassName
{
border-color: #B507BC;
}
</style>