Shades of Deep Magenta #BD1BBD
Tints of Deep Magenta #BD1BBD
RGB
CMYK
RGB Variations
Color information
#BD1BBD (or 0xBD1BBD) is known color: Deep Magenta. HEX triplet: BD, 1B and BD. RGB value is (189,27,189). Sum of RGB (Red+Green+Blue) = 189+27+189=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 27 (10.94% from 255 or 6.67% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD1BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1BBD is #42E442. Grayscale: #5D5D5D. Windows color (decimal): -4383811 or 12393405. OLE color: 12393405.
HSL color Cylindrical-coordinate representation of color #BD1BBD: hue angle of 300º 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 #BD1BBD is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 27 | 189 | - |
| CMYK | 0 | 0.86 | 0 | 0.26 |
| HSL | 300º | 0.75% | 0.42% | - |
| HSV(B) | 300º | 0.86% | 0.74% | - |
| XYZ | 30.56 | 15.28 | 49.48 | - |
| YUV | 93.91 | 181.67 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 27 | 189 | 0 | 0.86 | 0 | 0.26 | 300 | 0.75 | 0.42 |
| Hex | BD | 1B | BD | 0 | 56 | 0 | 1A | 12C | 4B | 2A |
| Octal | 275 | 33 | 275 | 0 | 126 | 0 | 32 | 454 | 113 | 52 |
| Binary | 10111101 | 11011 | 10111101 | 0 | 1010110 | 0 | 11010 | 100101100 | 1001011 | 101010 |
Color Harmonies of #BD1BBD
Complementary color
Monochromatic Colors of #BD1BBD
Black with #BD1BBD
Text Example
Text Example
White with #BD1BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1BBD; }
p { color: rgb(189,27,189); }
H1.HeaderClassName
{
color: #BD1BBD;
}
.AnyTagClassName
{
color: #BD1BBD;
}
</style>
background-color css
<style>
a { background-color: #BD1BBD; }
a { background-color: rgb(189,27,189); }
div.DivClassName
{
background-color: #BD1BBD;
}
.BgClassName
{
background-color: #BD1BBD;
}
</style>
border-color css
<style>
span { border-color: #BD1BBD; }
span { border-color: rgb(189,27,189); }
td.TdClassName
{
border-color: #BD1BBD;
}
.TagClassName
{
border-color: #BD1BBD;
}
</style>