Shades of Deep Magenta #B105C0
Tints of Deep Magenta #B105C0
RGB
CMYK
RGB Variations
Color information
#B105C0 (or 0xB105C0) is known color: Deep Magenta. HEX triplet: B1, 05 and C0. RGB value is (177,5,192). Sum of RGB (Red+Green+Blue) = 177+5+192=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 192 (75.39% from 255 or 51.34% from 374); Max value from RGB is 192 - color contains mainly: blue. Hex color #B105C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B105C0 is #4EFA3F. Grayscale: #4D4D4D. Windows color (decimal): -5175872 or 12584369. OLE color: 12584369.
HSL color Cylindrical-coordinate representation of color #B105C0: hue angle of 295.19º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B105C0 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 5 | 192 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.25 |
| HSL | 295.19º | 0.95% | 0.39% | - |
| HSV(B) | 295.19º | 0.97% | 0.75% | - |
| XYZ | 27.7 | 13.26 | 50.97 | - |
| YUV | 77.75 | 192.48 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 5 | 192 | 0.08 | 0.97 | 0 | 0.25 | 295.19 | 0.95 | 0.39 |
| Hex | B1 | 5 | C0 | 8 | 61 | 0 | 19 | 127 | 5F | 27 |
| Octal | 261 | 5 | 300 | 10 | 141 | 0 | 31 | 447 | 137 | 47 |
| Binary | 10110001 | 101 | 11000000 | 1000 | 1100001 | 0 | 11001 | 100100111 | 1011111 | 100111 |
Color Harmonies of #B105C0
Complementary color
Monochromatic Colors of #B105C0
Black with #B105C0
Text Example
Text Example
White with #B105C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B105C0; }
p { color: rgb(177,5,192); }
H1.HeaderClassName
{
color: #B105C0;
}
.AnyTagClassName
{
color: #B105C0;
}
</style>
background-color css
<style>
a { background-color: #B105C0; }
a { background-color: rgb(177,5,192); }
div.DivClassName
{
background-color: #B105C0;
}
.BgClassName
{
background-color: #B105C0;
}
</style>
border-color css
<style>
span { border-color: #B105C0; }
span { border-color: rgb(177,5,192); }
td.TdClassName
{
border-color: #B105C0;
}
.TagClassName
{
border-color: #B105C0;
}
</style>