Shades of Deep Magenta #BD1BBA
Tints of Deep Magenta #BD1BBA
RGB
CMYK
RGB Variations
Color information
#BD1BBA (or 0xBD1BBA) is known color: Deep Magenta. HEX triplet: BD, 1B and BA. RGB value is (189,27,186). Sum of RGB (Red+Green+Blue) = 189+27+186=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 27 (10.94% from 255 or 6.72% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1BBA is #42E445. Grayscale: #5D5D5D. Windows color (decimal): -4383814 or 12196797. OLE color: 12196797.
HSL color Cylindrical-coordinate representation of color #BD1BBA: hue angle of 301.11º 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 #BD1BBA is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 27 | 186 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.26 |
| HSL | 301.11º | 0.75% | 0.42% | - |
| HSV(B) | 301.11º | 0.86% | 0.74% | - |
| XYZ | 30.24 | 15.15 | 47.78 | - |
| YUV | 93.56 | 180.17 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 27 | 186 | 0 | 0.86 | 0.02 | 0.26 | 301.11 | 0.75 | 0.42 |
| Hex | BD | 1B | BA | 0 | 56 | 2 | 1A | 12D | 4B | 2A |
| Octal | 275 | 33 | 272 | 0 | 126 | 2 | 32 | 455 | 113 | 52 |
| Binary | 10111101 | 11011 | 10111010 | 0 | 1010110 | 10 | 11010 | 100101101 | 1001011 | 101010 |
Color Harmonies of #BD1BBA
Complementary color
Monochromatic Colors of #BD1BBA
Black with #BD1BBA
Text Example
Text Example
White with #BD1BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1BBA; }
p { color: rgb(189,27,186); }
H1.HeaderClassName
{
color: #BD1BBA;
}
.AnyTagClassName
{
color: #BD1BBA;
}
</style>
background-color css
<style>
a { background-color: #BD1BBA; }
a { background-color: rgb(189,27,186); }
div.DivClassName
{
background-color: #BD1BBA;
}
.BgClassName
{
background-color: #BD1BBA;
}
</style>
border-color css
<style>
span { border-color: #BD1BBA; }
span { border-color: rgb(189,27,186); }
td.TdClassName
{
border-color: #BD1BBA;
}
.TagClassName
{
border-color: #BD1BBA;
}
</style>