Shades of Deep Magenta #B923B0
Tints of Deep Magenta #B923B0
RGB
CMYK
RGB Variations
Color information
#B923B0 (or 0xB923B0) is known color: Deep Magenta. HEX triplet: B9, 23 and B0. RGB value is (185,35,176). Sum of RGB (Red+Green+Blue) = 185+35+176=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 35 (14.06% from 255 or 8.84% from 396); Blue value is 176 (69.14% from 255 or 44.44% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B923B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B923B0 is #46DC4F. Grayscale: #5F5F5F. Windows color (decimal): -4643920 or 11543481. OLE color: 11543481.
HSL color Cylindrical-coordinate representation of color #B923B0: hue angle of 303.6º 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 #B923B0 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 35 | 176 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.27 |
| HSL | 303.6º | 0.68% | 0.43% | - |
| HSV(B) | 303.6º | 0.81% | 0.73% | - |
| XYZ | 28.45 | 14.65 | 42.4 | - |
| YUV | 95.92 | 173.2 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 35 | 176 | 0 | 0.81 | 0.05 | 0.27 | 303.6 | 0.68 | 0.43 |
| Hex | B9 | 23 | B0 | 0 | 51 | 5 | 1B | 130 | 44 | 2B |
| Octal | 271 | 43 | 260 | 0 | 121 | 5 | 33 | 460 | 104 | 53 |
| Binary | 10111001 | 100011 | 10110000 | 0 | 1010001 | 101 | 11011 | 100110000 | 1000100 | 101011 |
Color Harmonies of #B923B0
Complementary color
Monochromatic Colors of #B923B0
Black with #B923B0
Text Example
Text Example
White with #B923B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B923B0; }
p { color: rgb(185,35,176); }
H1.HeaderClassName
{
color: #B923B0;
}
.AnyTagClassName
{
color: #B923B0;
}
</style>
background-color css
<style>
a { background-color: #B923B0; }
a { background-color: rgb(185,35,176); }
div.DivClassName
{
background-color: #B923B0;
}
.BgClassName
{
background-color: #B923B0;
}
</style>
border-color css
<style>
span { border-color: #B923B0; }
span { border-color: rgb(185,35,176); }
td.TdClassName
{
border-color: #B923B0;
}
.TagClassName
{
border-color: #B923B0;
}
</style>