Shades of Deep Magenta #B00BCD
Tints of Deep Magenta #B00BCD
RGB
CMYK
RGB Variations
Color information
#B00BCD (or 0xB00BCD) is known color: Deep Magenta. HEX triplet: B0, 0B and CD. RGB value is (176,11,205). Sum of RGB (Red+Green+Blue) = 176+11+205=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 11 (4.69% from 255 or 2.81% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #B00BCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00BCD is #4FF432. Grayscale: #515151. Windows color (decimal): -5239859 or 13437872. OLE color: 13437872.
HSL color Cylindrical-coordinate representation of color #B00BCD: hue angle of 291.03º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B00BCD is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 11 | 205 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.20 |
| HSL | 291.03º | 0.9% | 0.42% | - |
| HSV(B) | 291.03º | 0.95% | 0.8% | - |
| XYZ | 29.04 | 13.88 | 58.91 | - |
| YUV | 82.45 | 197.16 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 11 | 205 | 0.14 | 0.95 | 0 | 0.20 | 291.03 | 0.9 | 0.42 |
| Hex | B0 | B | CD | E | 5F | 0 | 14 | 123 | 5A | 2A |
| Octal | 260 | 13 | 315 | 16 | 137 | 0 | 24 | 443 | 132 | 52 |
| Binary | 10110000 | 1011 | 11001101 | 1110 | 1011111 | 0 | 10100 | 100100011 | 1011010 | 101010 |
Color Harmonies of #B00BCD
Complementary color
Monochromatic Colors of #B00BCD
Black with #B00BCD
Text Example
Text Example
White with #B00BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00BCD; }
p { color: rgb(176,11,205); }
H1.HeaderClassName
{
color: #B00BCD;
}
.AnyTagClassName
{
color: #B00BCD;
}
</style>
background-color css
<style>
a { background-color: #B00BCD; }
a { background-color: rgb(176,11,205); }
div.DivClassName
{
background-color: #B00BCD;
}
.BgClassName
{
background-color: #B00BCD;
}
</style>
border-color css
<style>
span { border-color: #B00BCD; }
span { border-color: rgb(176,11,205); }
td.TdClassName
{
border-color: #B00BCD;
}
.TagClassName
{
border-color: #B00BCD;
}
</style>