Shades of Deep Magenta #BD1CCB
Tints of Deep Magenta #BD1CCB
RGB
CMYK
RGB Variations
Color information
#BD1CCB (or 0xBD1CCB) is known color: Deep Magenta. HEX triplet: BD, 1C and CB. RGB value is (189,28,203). Sum of RGB (Red+Green+Blue) = 189+28+203=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 28 (11.33% from 255 or 6.67% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD1CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1CCB is #42E334. Grayscale: #5F5F5F. Windows color (decimal): -4383541 or 13311165. OLE color: 13311165.
HSL color Cylindrical-coordinate representation of color #BD1CCB: hue angle of 295.2º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1CCB is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 28 | 203 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.20 |
| HSL | 295.2º | 0.76% | 0.45% | - |
| HSV(B) | 295.2º | 0.86% | 0.8% | - |
| XYZ | 32.18 | 15.96 | 57.88 | - |
| YUV | 96.09 | 188.34 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 28 | 203 | 0.07 | 0.86 | 0 | 0.20 | 295.2 | 0.76 | 0.45 |
| Hex | BD | 1C | CB | 7 | 56 | 0 | 14 | 127 | 4C | 2D |
| Octal | 275 | 34 | 313 | 7 | 126 | 0 | 24 | 447 | 114 | 55 |
| Binary | 10111101 | 11100 | 11001011 | 111 | 1010110 | 0 | 10100 | 100100111 | 1001100 | 101101 |
Color Harmonies of #BD1CCB
Complementary color
Monochromatic Colors of #BD1CCB
Black with #BD1CCB
Text Example
Text Example
White with #BD1CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1CCB; }
p { color: rgb(189,28,203); }
H1.HeaderClassName
{
color: #BD1CCB;
}
.AnyTagClassName
{
color: #BD1CCB;
}
</style>
background-color css
<style>
a { background-color: #BD1CCB; }
a { background-color: rgb(189,28,203); }
div.DivClassName
{
background-color: #BD1CCB;
}
.BgClassName
{
background-color: #BD1CCB;
}
</style>
border-color css
<style>
span { border-color: #BD1CCB; }
span { border-color: rgb(189,28,203); }
td.TdClassName
{
border-color: #BD1CCB;
}
.TagClassName
{
border-color: #BD1CCB;
}
</style>