Shades of Deep Magenta #B701CB
Tints of Deep Magenta #B701CB
RGB
CMYK
RGB Variations
Color information
#B701CB (or 0xB701CB) is known color: Deep Magenta. HEX triplet: B7, 01 and CB. RGB value is (183,1,203). Sum of RGB (Red+Green+Blue) = 183+1+203=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #B701CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B701CB is #48FE34. Grayscale: #4D4D4D. Windows color (decimal): -4783669 or 13304247. OLE color: 13304247.
HSL color Cylindrical-coordinate representation of color #B701CB: hue angle of 294.06º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B701CB is Cyan = 0.10, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 1 | 203 | - |
| CMYK | 0.10 | 1.00 | 0 | 0.20 |
| HSL | 294.06º | 0.99% | 0.4% | - |
| HSV(B) | 294.06º | 1% | 0.8% | - |
| XYZ | 30.32 | 14.4 | 57.68 | - |
| YUV | 78.45 | 198.3 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 203 | 0.10 | 1.00 | 0 | 0.20 | 294.06 | 0.99 | 0.4 |
| Hex | B7 | 1 | CB | A | 64 | 0 | 14 | 126 | 63 | 28 |
| Octal | 267 | 1 | 313 | 12 | 144 | 0 | 24 | 446 | 143 | 50 |
| Binary | 10110111 | 1 | 11001011 | 1010 | 1100100 | 0 | 10100 | 100100110 | 1100011 | 101000 |
Color Harmonies of #B701CB
Complementary color
Monochromatic Colors of #B701CB
Black with #B701CB
Text Example
Text Example
White with #B701CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B701CB; }
p { color: rgb(183,1,203); }
H1.HeaderClassName
{
color: #B701CB;
}
.AnyTagClassName
{
color: #B701CB;
}
</style>
background-color css
<style>
a { background-color: #B701CB; }
a { background-color: rgb(183,1,203); }
div.DivClassName
{
background-color: #B701CB;
}
.BgClassName
{
background-color: #B701CB;
}
</style>
border-color css
<style>
span { border-color: #B701CB; }
span { border-color: rgb(183,1,203); }
td.TdClassName
{
border-color: #B701CB;
}
.TagClassName
{
border-color: #B701CB;
}
</style>