Shades of Deep Magenta #BD1BBC
Tints of Deep Magenta #BD1BBC
RGB
CMYK
RGB Variations
Color information
#BD1BBC (or 0xBD1BBC) is known color: Deep Magenta. HEX triplet: BD, 1B and BC. RGB value is (189,27,188). Sum of RGB (Red+Green+Blue) = 189+27+188=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 27 (10.94% from 255 or 6.68% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1BBC is #42E443. Grayscale: #5D5D5D. Windows color (decimal): -4383812 or 12327869. OLE color: 12327869.
HSL color Cylindrical-coordinate representation of color #BD1BBC: hue angle of 300.37º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1BBC is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 27 | 188 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.26 |
| HSL | 300.37º | 0.75% | 0.42% | - |
| HSV(B) | 300.37º | 0.86% | 0.74% | - |
| XYZ | 30.46 | 15.23 | 48.91 | - |
| YUV | 93.79 | 181.17 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 27 | 188 | 0 | 0.86 | 0.01 | 0.26 | 300.37 | 0.75 | 0.42 |
| Hex | BD | 1B | BC | 0 | 56 | 1 | 1A | 12C | 4B | 2A |
| Octal | 275 | 33 | 274 | 0 | 126 | 1 | 32 | 454 | 113 | 52 |
| Binary | 10111101 | 11011 | 10111100 | 0 | 1010110 | 1 | 11010 | 100101100 | 1001011 | 101010 |
Color Harmonies of #BD1BBC
Complementary color
Monochromatic Colors of #BD1BBC
Black with #BD1BBC
Text Example
Text Example
White with #BD1BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1BBC; }
p { color: rgb(189,27,188); }
H1.HeaderClassName
{
color: #BD1BBC;
}
.AnyTagClassName
{
color: #BD1BBC;
}
</style>
background-color css
<style>
a { background-color: #BD1BBC; }
a { background-color: rgb(189,27,188); }
div.DivClassName
{
background-color: #BD1BBC;
}
.BgClassName
{
background-color: #BD1BBC;
}
</style>
border-color css
<style>
span { border-color: #BD1BBC; }
span { border-color: rgb(189,27,188); }
td.TdClassName
{
border-color: #BD1BBC;
}
.TagClassName
{
border-color: #BD1BBC;
}
</style>