Shades of Deep Magenta #B923C5
Tints of Deep Magenta #B923C5
RGB
CMYK
RGB Variations
Color information
#B923C5 (or 0xB923C5) is known color: Deep Magenta. HEX triplet: B9, 23 and C5. RGB value is (185,35,197). Sum of RGB (Red+Green+Blue) = 185+35+197=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 35 (14.06% from 255 or 8.39% from 417); Blue value is 197 (77.34% from 255 or 47.24% from 417); Max value from RGB is 197 - color contains mainly: blue. Hex color #B923C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B923C5 is #46DC3A. Grayscale: #616161. Windows color (decimal): -4643899 or 12919737. OLE color: 12919737.
HSL color Cylindrical-coordinate representation of color #B923C5: hue angle of 295.56º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B923C5 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 35 | 197 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.23 |
| HSL | 295.56º | 0.7% | 0.45% | - |
| HSV(B) | 295.56º | 0.82% | 0.77% | - |
| XYZ | 30.69 | 15.55 | 54.21 | - |
| YUV | 98.32 | 183.7 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 35 | 197 | 0.06 | 0.82 | 0 | 0.23 | 295.56 | 0.7 | 0.45 |
| Hex | B9 | 23 | C5 | 6 | 52 | 0 | 17 | 128 | 46 | 2D |
| Octal | 271 | 43 | 305 | 6 | 122 | 0 | 27 | 450 | 106 | 55 |
| Binary | 10111001 | 100011 | 11000101 | 110 | 1010010 | 0 | 10111 | 100101000 | 1000110 | 101101 |
Color Harmonies of #B923C5
Complementary color
Monochromatic Colors of #B923C5
Black with #B923C5
Text Example
Text Example
White with #B923C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B923C5; }
p { color: rgb(185,35,197); }
H1.HeaderClassName
{
color: #B923C5;
}
.AnyTagClassName
{
color: #B923C5;
}
</style>
background-color css
<style>
a { background-color: #B923C5; }
a { background-color: rgb(185,35,197); }
div.DivClassName
{
background-color: #B923C5;
}
.BgClassName
{
background-color: #B923C5;
}
</style>
border-color css
<style>
span { border-color: #B923C5; }
span { border-color: rgb(185,35,197); }
td.TdClassName
{
border-color: #B923C5;
}
.TagClassName
{
border-color: #B923C5;
}
</style>