Shades of Deep Magenta #BD1BCB
Tints of Deep Magenta #BD1BCB
RGB
CMYK
RGB Variations
Color information
#BD1BCB (or 0xBD1BCB) is known color: Deep Magenta. HEX triplet: BD, 1B and CB. RGB value is (189,27,203). Sum of RGB (Red+Green+Blue) = 189+27+203=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 27 (10.94% from 255 or 6.44% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD1BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1BCB is #42E434. Grayscale: #5E5E5E. Windows color (decimal): -4383797 or 13310909. OLE color: 13310909.
HSL color Cylindrical-coordinate representation of color #BD1BCB: hue angle of 295.23º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD1BCB is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 27 | 203 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.20 |
| HSL | 295.23º | 0.77% | 0.45% | - |
| HSV(B) | 295.23º | 0.87% | 0.8% | - |
| XYZ | 32.16 | 15.91 | 57.88 | - |
| YUV | 95.5 | 188.67 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 27 | 203 | 0.07 | 0.87 | 0 | 0.20 | 295.23 | 0.77 | 0.45 |
| Hex | BD | 1B | CB | 7 | 57 | 0 | 14 | 127 | 4D | 2D |
| Octal | 275 | 33 | 313 | 7 | 127 | 0 | 24 | 447 | 115 | 55 |
| Binary | 10111101 | 11011 | 11001011 | 111 | 1010111 | 0 | 10100 | 100100111 | 1001101 | 101101 |
Color Harmonies of #BD1BCB
Complementary color
Monochromatic Colors of #BD1BCB
Black with #BD1BCB
Text Example
Text Example
White with #BD1BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1BCB; }
p { color: rgb(189,27,203); }
H1.HeaderClassName
{
color: #BD1BCB;
}
.AnyTagClassName
{
color: #BD1BCB;
}
</style>
background-color css
<style>
a { background-color: #BD1BCB; }
a { background-color: rgb(189,27,203); }
div.DivClassName
{
background-color: #BD1BCB;
}
.BgClassName
{
background-color: #BD1BCB;
}
</style>
border-color css
<style>
span { border-color: #BD1BCB; }
span { border-color: rgb(189,27,203); }
td.TdClassName
{
border-color: #BD1BCB;
}
.TagClassName
{
border-color: #BD1BCB;
}
</style>