Shades of Deep Magenta #B923B7
Tints of Deep Magenta #B923B7
RGB
CMYK
RGB Variations
Color information
#B923B7 (or 0xB923B7) is known color: Deep Magenta. HEX triplet: B9, 23 and B7. RGB value is (185,35,183). Sum of RGB (Red+Green+Blue) = 185+35+183=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 35 (14.06% from 255 or 8.68% from 403); Blue value is 183 (71.88% from 255 or 45.41% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B923B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B923B7 is #46DC48. Grayscale: #606060. Windows color (decimal): -4643913 or 12002233. OLE color: 12002233.
HSL color Cylindrical-coordinate representation of color #B923B7: hue angle of 300.8º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B923B7 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 35 | 183 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.27 |
| HSL | 300.8º | 0.68% | 0.43% | - |
| HSV(B) | 300.8º | 0.81% | 0.73% | - |
| XYZ | 29.16 | 14.94 | 46.15 | - |
| YUV | 96.72 | 176.7 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 35 | 183 | 0 | 0.81 | 0.01 | 0.27 | 300.8 | 0.68 | 0.43 |
| Hex | B9 | 23 | B7 | 0 | 51 | 1 | 1B | 12D | 44 | 2B |
| Octal | 271 | 43 | 267 | 0 | 121 | 1 | 33 | 455 | 104 | 53 |
| Binary | 10111001 | 100011 | 10110111 | 0 | 1010001 | 1 | 11011 | 100101101 | 1000100 | 101011 |
Color Harmonies of #B923B7
Complementary color
Monochromatic Colors of #B923B7
Black with #B923B7
Text Example
Text Example
White with #B923B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B923B7; }
p { color: rgb(185,35,183); }
H1.HeaderClassName
{
color: #B923B7;
}
.AnyTagClassName
{
color: #B923B7;
}
</style>
background-color css
<style>
a { background-color: #B923B7; }
a { background-color: rgb(185,35,183); }
div.DivClassName
{
background-color: #B923B7;
}
.BgClassName
{
background-color: #B923B7;
}
</style>
border-color css
<style>
span { border-color: #B923B7; }
span { border-color: rgb(185,35,183); }
td.TdClassName
{
border-color: #B923B7;
}
.TagClassName
{
border-color: #B923B7;
}
</style>