Shades of Deep Magenta #B500C3
Tints of Deep Magenta #B500C3
RGB
CMYK
RGB Variations
Color information
#B500C3 (or 0xB500C3) is known color: Deep Magenta. HEX triplet: B5, 00 and C3. RGB value is (181,0,195). Sum of RGB (Red+Green+Blue) = 181+0+195=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 195 (76.56% from 255 or 51.86% from 376); Max value from RGB is 195 - color contains mainly: blue. Hex color #B500C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B500C3 is #4AFF3C. Grayscale: #4B4B4B. Windows color (decimal): -4915005 or 12779701. OLE color: 12779701.
HSL color Cylindrical-coordinate representation of color #B500C3: hue angle of 295.69º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B500C3 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 0 | 195 | - |
| CMYK | 0.07 | 1 | 0 | 0.24 |
| HSL | 295.69º | 1% | 0.38% | - |
| HSV(B) | 295.69º | 1% | 0.76% | - |
| XYZ | 28.91 | 13.76 | 52.76 | - |
| YUV | 76.35 | 194.97 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 195 | 0.07 | 1 | 0 | 0.24 | 295.69 | 1 | 0.38 |
| Hex | B5 | 0 | C3 | 7 | 64 | 0 | 18 | 128 | 64 | 26 |
| Octal | 265 | 0 | 303 | 7 | 144 | 0 | 30 | 450 | 144 | 46 |
| Binary | 10110101 | 0 | 11000011 | 111 | 1100100 | 0 | 11000 | 100101000 | 1100100 | 100110 |
Color Harmonies of #B500C3
Complementary color
Monochromatic Colors of #B500C3
Black with #B500C3
Text Example
Text Example
White with #B500C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B500C3; }
p { color: rgb(181,0,195); }
H1.HeaderClassName
{
color: #B500C3;
}
.AnyTagClassName
{
color: #B500C3;
}
</style>
background-color css
<style>
a { background-color: #B500C3; }
a { background-color: rgb(181,0,195); }
div.DivClassName
{
background-color: #B500C3;
}
.BgClassName
{
background-color: #B500C3;
}
</style>
border-color css
<style>
span { border-color: #B500C3; }
span { border-color: rgb(181,0,195); }
td.TdClassName
{
border-color: #B500C3;
}
.TagClassName
{
border-color: #B500C3;
}
</style>