Shades of Deep Magenta #BF28CB
Tints of Deep Magenta #BF28CB
RGB
CMYK
RGB Variations
Color information
#BF28CB (or 0xBF28CB) is known color: Deep Magenta. HEX triplet: BF, 28 and CB. RGB value is (191,40,203). Sum of RGB (Red+Green+Blue) = 191+40+203=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 40 (16.02% from 255 or 9.22% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF28CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF28CB is #40D734. Grayscale: #676767. Windows color (decimal): -4249397 or 13314239. OLE color: 13314239.
HSL color Cylindrical-coordinate representation of color #BF28CB: hue angle of 295.58º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF28CB is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 40 | 203 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.20 |
| HSL | 295.58º | 0.67% | 0.48% | - |
| HSV(B) | 295.58º | 0.8% | 0.8% | - |
| XYZ | 33.02 | 16.91 | 58.02 | - |
| YUV | 103.73 | 184.03 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 40 | 203 | 0.06 | 0.80 | 0 | 0.20 | 295.58 | 0.67 | 0.48 |
| Hex | BF | 28 | CB | 6 | 50 | 0 | 14 | 128 | 43 | 30 |
| Octal | 277 | 50 | 313 | 6 | 120 | 0 | 24 | 450 | 103 | 60 |
| Binary | 10111111 | 101000 | 11001011 | 110 | 1010000 | 0 | 10100 | 100101000 | 1000011 | 110000 |
Color Harmonies of #BF28CB
Complementary color
Monochromatic Colors of #BF28CB
Black with #BF28CB
Text Example
Text Example
White with #BF28CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF28CB; }
p { color: rgb(191,40,203); }
H1.HeaderClassName
{
color: #BF28CB;
}
.AnyTagClassName
{
color: #BF28CB;
}
</style>
background-color css
<style>
a { background-color: #BF28CB; }
a { background-color: rgb(191,40,203); }
div.DivClassName
{
background-color: #BF28CB;
}
.BgClassName
{
background-color: #BF28CB;
}
</style>
border-color css
<style>
span { border-color: #BF28CB; }
span { border-color: rgb(191,40,203); }
td.TdClassName
{
border-color: #BF28CB;
}
.TagClassName
{
border-color: #BF28CB;
}
</style>