Shades of Deep Magenta #B719CB
Tints of Deep Magenta #B719CB
RGB
CMYK
RGB Variations
Color information
#B719CB (or 0xB719CB) is known color: Deep Magenta. HEX triplet: B7, 19 and CB. RGB value is (183,25,203). Sum of RGB (Red+Green+Blue) = 183+25+203=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #B719CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B719CB is #48E634. Grayscale: #5B5B5B. Windows color (decimal): -4777525 or 13310391. OLE color: 13310391.
HSL color Cylindrical-coordinate representation of color #B719CB: hue angle of 293.26º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B719CB is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 25 | 203 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.20 |
| HSL | 293.26º | 0.78% | 0.45% | - |
| HSV(B) | 293.26º | 0.88% | 0.8% | - |
| XYZ | 30.66 | 15.07 | 57.79 | - |
| YUV | 92.53 | 190.35 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 203 | 0.10 | 0.88 | 0 | 0.20 | 293.26 | 0.78 | 0.45 |
| Hex | B7 | 19 | CB | A | 58 | 0 | 14 | 125 | 4E | 2D |
| Octal | 267 | 31 | 313 | 12 | 130 | 0 | 24 | 445 | 116 | 55 |
| Binary | 10110111 | 11001 | 11001011 | 1010 | 1011000 | 0 | 10100 | 100100101 | 1001110 | 101101 |
Color Harmonies of #B719CB
Complementary color
Monochromatic Colors of #B719CB
Black with #B719CB
Text Example
Text Example
White with #B719CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B719CB; }
p { color: rgb(183,25,203); }
H1.HeaderClassName
{
color: #B719CB;
}
.AnyTagClassName
{
color: #B719CB;
}
</style>
background-color css
<style>
a { background-color: #B719CB; }
a { background-color: rgb(183,25,203); }
div.DivClassName
{
background-color: #B719CB;
}
.BgClassName
{
background-color: #B719CB;
}
</style>
border-color css
<style>
span { border-color: #B719CB; }
span { border-color: rgb(183,25,203); }
td.TdClassName
{
border-color: #B719CB;
}
.TagClassName
{
border-color: #B719CB;
}
</style>