Shades of Deep Magenta #B721C4
Tints of Deep Magenta #B721C4
RGB
CMYK
RGB Variations
Color information
#B721C4 (or 0xB721C4) is known color: Deep Magenta. HEX triplet: B7, 21 and C4. RGB value is (183,33,196). Sum of RGB (Red+Green+Blue) = 183+33+196=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 33 (13.28% from 255 or 8.01% from 412); Blue value is 196 (76.95% from 255 or 47.57% from 412); Max value from RGB is 196 - color contains mainly: blue. Hex color #B721C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B721C4 is #48DE3B. Grayscale: #5F5F5F. Windows color (decimal): -4775484 or 12853687. OLE color: 12853687.
HSL color Cylindrical-coordinate representation of color #B721C4: hue angle of 295.21º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B721C4 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 33 | 196 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.23 |
| HSL | 295.21º | 0.71% | 0.45% | - |
| HSV(B) | 295.21º | 0.83% | 0.77% | - |
| XYZ | 30.04 | 15.14 | 53.56 | - |
| YUV | 96.43 | 184.2 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 196 | 0.07 | 0.83 | 0 | 0.23 | 295.21 | 0.71 | 0.45 |
| Hex | B7 | 21 | C4 | 7 | 53 | 0 | 17 | 127 | 47 | 2D |
| Octal | 267 | 41 | 304 | 7 | 123 | 0 | 27 | 447 | 107 | 55 |
| Binary | 10110111 | 100001 | 11000100 | 111 | 1010011 | 0 | 10111 | 100100111 | 1000111 | 101101 |
Color Harmonies of #B721C4
Complementary color
Monochromatic Colors of #B721C4
Black with #B721C4
Text Example
Text Example
White with #B721C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B721C4; }
p { color: rgb(183,33,196); }
H1.HeaderClassName
{
color: #B721C4;
}
.AnyTagClassName
{
color: #B721C4;
}
</style>
background-color css
<style>
a { background-color: #B721C4; }
a { background-color: rgb(183,33,196); }
div.DivClassName
{
background-color: #B721C4;
}
.BgClassName
{
background-color: #B721C4;
}
</style>
border-color css
<style>
span { border-color: #B721C4; }
span { border-color: rgb(183,33,196); }
td.TdClassName
{
border-color: #B721C4;
}
.TagClassName
{
border-color: #B721C4;
}
</style>