Shades of Deep Magenta #B700DB
Tints of Deep Magenta #B700DB
RGB
CMYK
RGB Variations
Color information
#B700DB (or 0xB700DB) is known color: Deep Magenta. HEX triplet: B7, 00 and DB. RGB value is (183,0,219). Sum of RGB (Red+Green+Blue) = 183+0+219=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #B700DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B700DB is #48FF24. Grayscale: #4E4E4E. Windows color (decimal): -4783909 or 14352567. OLE color: 14352567.
HSL color Cylindrical-coordinate representation of color #B700DB: hue angle of 290.14º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B700DB is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 0 | 219 | - |
| CMYK | 0.16 | 1 | 0 | 0.14 |
| HSL | 290.14º | 1% | 0.43% | - |
| HSV(B) | 290.14º | 1% | 0.86% | - |
| XYZ | 32.31 | 15.18 | 68.25 | - |
| YUV | 79.68 | 206.63 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 219 | 0.16 | 1 | 0 | 0.14 | 290.14 | 1 | 0.43 |
| Hex | B7 | 0 | DB | 10 | 64 | 0 | E | 122 | 64 | 2B |
| Octal | 267 | 0 | 333 | 20 | 144 | 0 | 16 | 442 | 144 | 53 |
| Binary | 10110111 | 0 | 11011011 | 10000 | 1100100 | 0 | 1110 | 100100010 | 1100100 | 101011 |
Color Harmonies of #B700DB
Complementary color
Monochromatic Colors of #B700DB
Black with #B700DB
Text Example
Text Example
White with #B700DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B700DB; }
p { color: rgb(183,0,219); }
H1.HeaderClassName
{
color: #B700DB;
}
.AnyTagClassName
{
color: #B700DB;
}
</style>
background-color css
<style>
a { background-color: #B700DB; }
a { background-color: rgb(183,0,219); }
div.DivClassName
{
background-color: #B700DB;
}
.BgClassName
{
background-color: #B700DB;
}
</style>
border-color css
<style>
span { border-color: #B700DB; }
span { border-color: rgb(183,0,219); }
td.TdClassName
{
border-color: #B700DB;
}
.TagClassName
{
border-color: #B700DB;
}
</style>