Shades of Deep Magenta #BD0FCB
Tints of Deep Magenta #BD0FCB
RGB
CMYK
RGB Variations
Color information
#BD0FCB (or 0xBD0FCB) is known color: Deep Magenta. HEX triplet: BD, 0F and CB. RGB value is (189,15,203). Sum of RGB (Red+Green+Blue) = 189+15+203=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 15 (6.25% from 255 or 3.69% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD0FCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0FCB is #42F034. Grayscale: #575757. Windows color (decimal): -4386869 or 13307837. OLE color: 13307837.
HSL color Cylindrical-coordinate representation of color #BD0FCB: hue angle of 295.53º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0FCB is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 15 | 203 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.20 |
| HSL | 295.53º | 0.86% | 0.43% | - |
| HSV(B) | 295.53º | 0.93% | 0.8% | - |
| XYZ | 31.94 | 15.47 | 57.8 | - |
| YUV | 88.46 | 192.65 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 15 | 203 | 0.07 | 0.93 | 0 | 0.20 | 295.53 | 0.86 | 0.43 |
| Hex | BD | F | CB | 7 | 5D | 0 | 14 | 128 | 56 | 2B |
| Octal | 275 | 17 | 313 | 7 | 135 | 0 | 24 | 450 | 126 | 53 |
| Binary | 10111101 | 1111 | 11001011 | 111 | 1011101 | 0 | 10100 | 100101000 | 1010110 | 101011 |
Color Harmonies of #BD0FCB
Complementary color
Monochromatic Colors of #BD0FCB
Black with #BD0FCB
Text Example
Text Example
White with #BD0FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0FCB; }
p { color: rgb(189,15,203); }
H1.HeaderClassName
{
color: #BD0FCB;
}
.AnyTagClassName
{
color: #BD0FCB;
}
</style>
background-color css
<style>
a { background-color: #BD0FCB; }
a { background-color: rgb(189,15,203); }
div.DivClassName
{
background-color: #BD0FCB;
}
.BgClassName
{
background-color: #BD0FCB;
}
</style>
border-color css
<style>
span { border-color: #BD0FCB; }
span { border-color: rgb(189,15,203); }
td.TdClassName
{
border-color: #BD0FCB;
}
.TagClassName
{
border-color: #BD0FCB;
}
</style>