Shades of Deep Magenta #B705BD
Tints of Deep Magenta #B705BD
RGB
CMYK
RGB Variations
Color information
#B705BD (or 0xB705BD) is known color: Deep Magenta. HEX triplet: B7, 05 and BD. RGB value is (183,5,189). Sum of RGB (Red+Green+Blue) = 183+5+189=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #B705BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B705BD is #48FA42. Grayscale: #4E4E4E. Windows color (decimal): -4782659 or 12387767. OLE color: 12387767.
HSL color Cylindrical-coordinate representation of color #B705BD: hue angle of 298.04º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B705BD is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 5 | 189 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.26 |
| HSL | 298.04º | 0.95% | 0.38% | - |
| HSV(B) | 298.04º | 0.97% | 0.74% | - |
| XYZ | 28.77 | 13.85 | 49.3 | - |
| YUV | 79.2 | 189.97 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 5 | 189 | 0.03 | 0.97 | 0 | 0.26 | 298.04 | 0.95 | 0.38 |
| Hex | B7 | 5 | BD | 3 | 61 | 0 | 1A | 12A | 5F | 26 |
| Octal | 267 | 5 | 275 | 3 | 141 | 0 | 32 | 452 | 137 | 46 |
| Binary | 10110111 | 101 | 10111101 | 11 | 1100001 | 0 | 11010 | 100101010 | 1011111 | 100110 |
Color Harmonies of #B705BD
Complementary color
Monochromatic Colors of #B705BD
Black with #B705BD
Text Example
Text Example
White with #B705BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B705BD; }
p { color: rgb(183,5,189); }
H1.HeaderClassName
{
color: #B705BD;
}
.AnyTagClassName
{
color: #B705BD;
}
</style>
background-color css
<style>
a { background-color: #B705BD; }
a { background-color: rgb(183,5,189); }
div.DivClassName
{
background-color: #B705BD;
}
.BgClassName
{
background-color: #B705BD;
}
</style>
border-color css
<style>
span { border-color: #B705BD; }
span { border-color: rgb(183,5,189); }
td.TdClassName
{
border-color: #B705BD;
}
.TagClassName
{
border-color: #B705BD;
}
</style>