Shades of Deep Magenta #B701DA
Tints of Deep Magenta #B701DA
RGB
CMYK
RGB Variations
Color information
#B701DA (or 0xB701DA) is known color: Deep Magenta. HEX triplet: B7, 01 and DA. RGB value is (183,1,218). Sum of RGB (Red+Green+Blue) = 183+1+218=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 1 (0.78% from 255 or 0.25% from 402); Blue value is 218 (85.55% from 255 or 54.23% from 402); Max value from RGB is 218 - color contains mainly: blue. Hex color #B701DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B701DA is #48FE25. Grayscale: #4F4F4F. Windows color (decimal): -4783654 or 14287287. OLE color: 14287287.
HSL color Cylindrical-coordinate representation of color #B701DA: hue angle of 290.32º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B701DA is Cyan = 0.16, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 1 | 218 | - |
| CMYK | 0.16 | 1.00 | 0 | 0.15 |
| HSL | 290.32º | 0.99% | 0.43% | - |
| HSV(B) | 290.32º | 1% | 0.85% | - |
| XYZ | 32.19 | 15.15 | 67.56 | - |
| YUV | 80.16 | 205.8 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 218 | 0.16 | 1.00 | 0 | 0.15 | 290.32 | 0.99 | 0.43 |
| Hex | B7 | 1 | DA | 10 | 64 | 0 | F | 122 | 63 | 2B |
| Octal | 267 | 1 | 332 | 20 | 144 | 0 | 17 | 442 | 143 | 53 |
| Binary | 10110111 | 1 | 11011010 | 10000 | 1100100 | 0 | 1111 | 100100010 | 1100011 | 101011 |
Color Harmonies of #B701DA
Complementary color
Monochromatic Colors of #B701DA
Black with #B701DA
Text Example
Text Example
White with #B701DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B701DA; }
p { color: rgb(183,1,218); }
H1.HeaderClassName
{
color: #B701DA;
}
.AnyTagClassName
{
color: #B701DA;
}
</style>
background-color css
<style>
a { background-color: #B701DA; }
a { background-color: rgb(183,1,218); }
div.DivClassName
{
background-color: #B701DA;
}
.BgClassName
{
background-color: #B701DA;
}
</style>
border-color css
<style>
span { border-color: #B701DA; }
span { border-color: rgb(183,1,218); }
td.TdClassName
{
border-color: #B701DA;
}
.TagClassName
{
border-color: #B701DA;
}
</style>