Shades of Deep Magenta #BD1BBB
Tints of Deep Magenta #BD1BBB
RGB
CMYK
RGB Variations
Color information
#BD1BBB (or 0xBD1BBB) is known color: Deep Magenta. HEX triplet: BD, 1B and BB. RGB value is (189,27,187). Sum of RGB (Red+Green+Blue) = 189+27+187=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 27 (10.94% from 255 or 6.70% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1BBB is #42E444. Grayscale: #5D5D5D. Windows color (decimal): -4383813 or 12262333. OLE color: 12262333.
HSL color Cylindrical-coordinate representation of color #BD1BBB: hue angle of 300.74º 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 #BD1BBB is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 27 | 187 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.26 |
| HSL | 300.74º | 0.75% | 0.42% | - |
| HSV(B) | 300.74º | 0.86% | 0.74% | - |
| XYZ | 30.35 | 15.19 | 48.35 | - |
| YUV | 93.68 | 180.67 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 27 | 187 | 0 | 0.86 | 0.01 | 0.26 | 300.74 | 0.75 | 0.42 |
| Hex | BD | 1B | BB | 0 | 56 | 1 | 1A | 12D | 4B | 2A |
| Octal | 275 | 33 | 273 | 0 | 126 | 1 | 32 | 455 | 113 | 52 |
| Binary | 10111101 | 11011 | 10111011 | 0 | 1010110 | 1 | 11010 | 100101101 | 1001011 | 101010 |
Color Harmonies of #BD1BBB
Complementary color
Monochromatic Colors of #BD1BBB
Black with #BD1BBB
Text Example
Text Example
White with #BD1BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1BBB; }
p { color: rgb(189,27,187); }
H1.HeaderClassName
{
color: #BD1BBB;
}
.AnyTagClassName
{
color: #BD1BBB;
}
</style>
background-color css
<style>
a { background-color: #BD1BBB; }
a { background-color: rgb(189,27,187); }
div.DivClassName
{
background-color: #BD1BBB;
}
.BgClassName
{
background-color: #BD1BBB;
}
</style>
border-color css
<style>
span { border-color: #BD1BBB; }
span { border-color: rgb(189,27,187); }
td.TdClassName
{
border-color: #BD1BBB;
}
.TagClassName
{
border-color: #BD1BBB;
}
</style>