Shades of Deep Magenta #B705BB
Tints of Deep Magenta #B705BB
RGB
CMYK
RGB Variations
Color information
#B705BB (or 0xB705BB) is known color: Deep Magenta. HEX triplet: B7, 05 and BB. RGB value is (183,5,187). Sum of RGB (Red+Green+Blue) = 183+5+187=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #B705BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B705BB is #48FA44. Grayscale: #4E4E4E. Windows color (decimal): -4782661 or 12256695. OLE color: 12256695.
HSL color Cylindrical-coordinate representation of color #B705BB: hue angle of 298.68º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B705BB is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 5 | 187 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.27 |
| HSL | 298.68º | 0.95% | 0.38% | - |
| HSV(B) | 298.68º | 0.97% | 0.73% | - |
| XYZ | 28.55 | 13.76 | 48.17 | - |
| YUV | 78.97 | 188.97 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 5 | 187 | 0.02 | 0.97 | 0 | 0.27 | 298.68 | 0.95 | 0.38 |
| Hex | B7 | 5 | BB | 2 | 61 | 0 | 1B | 12B | 5F | 26 |
| Octal | 267 | 5 | 273 | 2 | 141 | 0 | 33 | 453 | 137 | 46 |
| Binary | 10110111 | 101 | 10111011 | 10 | 1100001 | 0 | 11011 | 100101011 | 1011111 | 100110 |
Color Harmonies of #B705BB
Complementary color
Monochromatic Colors of #B705BB
Black with #B705BB
Text Example
Text Example
White with #B705BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B705BB; }
p { color: rgb(183,5,187); }
H1.HeaderClassName
{
color: #B705BB;
}
.AnyTagClassName
{
color: #B705BB;
}
</style>
background-color css
<style>
a { background-color: #B705BB; }
a { background-color: rgb(183,5,187); }
div.DivClassName
{
background-color: #B705BB;
}
.BgClassName
{
background-color: #B705BB;
}
</style>
border-color css
<style>
span { border-color: #B705BB; }
span { border-color: rgb(183,5,187); }
td.TdClassName
{
border-color: #B705BB;
}
.TagClassName
{
border-color: #B705BB;
}
</style>