Shades of Deep Magenta #B908C7
Tints of Deep Magenta #B908C7
RGB
CMYK
RGB Variations
Color information
#B908C7 (or 0xB908C7) is known color: Deep Magenta. HEX triplet: B9, 08 and C7. RGB value is (185,8,199). Sum of RGB (Red+Green+Blue) = 185+8+199=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 8 (3.52% from 255 or 2.04% from 392); Blue value is 199 (78.12% from 255 or 50.77% from 392); Max value from RGB is 199 - color contains mainly: blue. Hex color #B908C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B908C7 is #46F738. Grayscale: #525252. Windows color (decimal): -4650809 or 13043897. OLE color: 13043897.
HSL color Cylindrical-coordinate representation of color #B908C7: hue angle of 295.6º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B908C7 is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 8 | 199 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.22 |
| HSL | 295.6º | 0.92% | 0.41% | - |
| HSV(B) | 295.6º | 0.96% | 0.78% | - |
| XYZ | 30.4 | 14.61 | 55.25 | - |
| YUV | 82.7 | 193.64 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 199 | 0.07 | 0.96 | 0 | 0.22 | 295.6 | 0.92 | 0.41 |
| Hex | B9 | 8 | C7 | 7 | 60 | 0 | 16 | 128 | 5C | 29 |
| Octal | 271 | 10 | 307 | 7 | 140 | 0 | 26 | 450 | 134 | 51 |
| Binary | 10111001 | 1000 | 11000111 | 111 | 1100000 | 0 | 10110 | 100101000 | 1011100 | 101001 |
Color Harmonies of #B908C7
Complementary color
Monochromatic Colors of #B908C7
Black with #B908C7
Text Example
Text Example
White with #B908C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B908C7; }
p { color: rgb(185,8,199); }
H1.HeaderClassName
{
color: #B908C7;
}
.AnyTagClassName
{
color: #B908C7;
}
</style>
background-color css
<style>
a { background-color: #B908C7; }
a { background-color: rgb(185,8,199); }
div.DivClassName
{
background-color: #B908C7;
}
.BgClassName
{
background-color: #B908C7;
}
</style>
border-color css
<style>
span { border-color: #B908C7; }
span { border-color: rgb(185,8,199); }
td.TdClassName
{
border-color: #B908C7;
}
.TagClassName
{
border-color: #B908C7;
}
</style>