Shades of Deep Magenta #BD1ACB
Tints of Deep Magenta #BD1ACB
RGB
CMYK
RGB Variations
Color information
#BD1ACB (or 0xBD1ACB) is known color: Deep Magenta. HEX triplet: BD, 1A and CB. RGB value is (189,26,203). Sum of RGB (Red+Green+Blue) = 189+26+203=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 26 (10.55% from 255 or 6.22% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD1ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1ACB is #42E534. Grayscale: #5E5E5E. Windows color (decimal): -4384053 or 13310653. OLE color: 13310653.
HSL color Cylindrical-coordinate representation of color #BD1ACB: hue angle of 295.25º 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 #BD1ACB is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 26 | 203 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.20 |
| HSL | 295.25º | 0.77% | 0.45% | - |
| HSV(B) | 295.25º | 0.87% | 0.8% | - |
| XYZ | 32.14 | 15.87 | 57.87 | - |
| YUV | 94.92 | 189 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 26 | 203 | 0.07 | 0.87 | 0 | 0.20 | 295.25 | 0.77 | 0.45 |
| Hex | BD | 1A | CB | 7 | 57 | 0 | 14 | 127 | 4D | 2D |
| Octal | 275 | 32 | 313 | 7 | 127 | 0 | 24 | 447 | 115 | 55 |
| Binary | 10111101 | 11010 | 11001011 | 111 | 1010111 | 0 | 10100 | 100100111 | 1001101 | 101101 |
Color Harmonies of #BD1ACB
Complementary color
Monochromatic Colors of #BD1ACB
Black with #BD1ACB
Text Example
Text Example
White with #BD1ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1ACB; }
p { color: rgb(189,26,203); }
H1.HeaderClassName
{
color: #BD1ACB;
}
.AnyTagClassName
{
color: #BD1ACB;
}
</style>
background-color css
<style>
a { background-color: #BD1ACB; }
a { background-color: rgb(189,26,203); }
div.DivClassName
{
background-color: #BD1ACB;
}
.BgClassName
{
background-color: #BD1ACB;
}
</style>
border-color css
<style>
span { border-color: #BD1ACB; }
span { border-color: rgb(189,26,203); }
td.TdClassName
{
border-color: #BD1ACB;
}
.TagClassName
{
border-color: #BD1ACB;
}
</style>