Shades of Deep Magenta #B705C4
Tints of Deep Magenta #B705C4
RGB
CMYK
RGB Variations
Color information
#B705C4 (or 0xB705C4) is known color: Deep Magenta. HEX triplet: B7, 05 and C4. RGB value is (183,5,196). Sum of RGB (Red+Green+Blue) = 183+5+196=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 196 (76.95% from 255 or 51.04% from 384); Max value from RGB is 196 - color contains mainly: blue. Hex color #B705C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B705C4 is #48FA3B. Grayscale: #4F4F4F. Windows color (decimal): -4782652 or 12846519. OLE color: 12846519.
HSL color Cylindrical-coordinate representation of color #B705C4: hue angle of 295.92º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B705C4 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 5 | 196 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.23 |
| HSL | 295.92º | 0.95% | 0.39% | - |
| HSV(B) | 295.92º | 0.97% | 0.77% | - |
| XYZ | 29.55 | 14.16 | 53.4 | - |
| YUV | 80 | 193.47 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 5 | 196 | 0.07 | 0.97 | 0 | 0.23 | 295.92 | 0.95 | 0.39 |
| Hex | B7 | 5 | C4 | 7 | 61 | 0 | 17 | 128 | 5F | 27 |
| Octal | 267 | 5 | 304 | 7 | 141 | 0 | 27 | 450 | 137 | 47 |
| Binary | 10110111 | 101 | 11000100 | 111 | 1100001 | 0 | 10111 | 100101000 | 1011111 | 100111 |
Color Harmonies of #B705C4
Complementary color
Monochromatic Colors of #B705C4
Black with #B705C4
Text Example
Text Example
White with #B705C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B705C4; }
p { color: rgb(183,5,196); }
H1.HeaderClassName
{
color: #B705C4;
}
.AnyTagClassName
{
color: #B705C4;
}
</style>
background-color css
<style>
a { background-color: #B705C4; }
a { background-color: rgb(183,5,196); }
div.DivClassName
{
background-color: #B705C4;
}
.BgClassName
{
background-color: #B705C4;
}
</style>
border-color css
<style>
span { border-color: #B705C4; }
span { border-color: rgb(183,5,196); }
td.TdClassName
{
border-color: #B705C4;
}
.TagClassName
{
border-color: #B705C4;
}
</style>