Shades of Deep Magenta #B700BD
Tints of Deep Magenta #B700BD
RGB
CMYK
RGB Variations
Color information
#B700BD (or 0xB700BD) is known color: Deep Magenta. HEX triplet: B7, 00 and BD. RGB value is (183,0,189). Sum of RGB (Red+Green+Blue) = 183+0+189=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #B700BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B700BD is #48FF42. Grayscale: #4B4B4B. Windows color (decimal): -4783939 or 12386487. OLE color: 12386487.
HSL color Cylindrical-coordinate representation of color #B700BD: hue angle of 298.1º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B700BD is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 0 | 189 | - |
| CMYK | 0.03 | 1 | 0 | 0.26 |
| HSL | 298.1º | 1% | 0.37% | - |
| HSV(B) | 298.1º | 1% | 0.74% | - |
| XYZ | 28.71 | 13.74 | 49.28 | - |
| YUV | 76.26 | 191.63 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 189 | 0.03 | 1 | 0 | 0.26 | 298.1 | 1 | 0.37 |
| Hex | B7 | 0 | BD | 3 | 64 | 0 | 1A | 12A | 64 | 25 |
| Octal | 267 | 0 | 275 | 3 | 144 | 0 | 32 | 452 | 144 | 45 |
| Binary | 10110111 | 0 | 10111101 | 11 | 1100100 | 0 | 11010 | 100101010 | 1100100 | 100101 |
Color Harmonies of #B700BD
Complementary color
Monochromatic Colors of #B700BD
Black with #B700BD
Text Example
Text Example
White with #B700BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B700BD; }
p { color: rgb(183,0,189); }
H1.HeaderClassName
{
color: #B700BD;
}
.AnyTagClassName
{
color: #B700BD;
}
</style>
background-color css
<style>
a { background-color: #B700BD; }
a { background-color: rgb(183,0,189); }
div.DivClassName
{
background-color: #B700BD;
}
.BgClassName
{
background-color: #B700BD;
}
</style>
border-color css
<style>
span { border-color: #B700BD; }
span { border-color: rgb(183,0,189); }
td.TdClassName
{
border-color: #B700BD;
}
.TagClassName
{
border-color: #B700BD;
}
</style>