Shades of Deep Magenta #BB0BC4
Tints of Deep Magenta #BB0BC4
RGB
CMYK
RGB Variations
Color information
#BB0BC4 (or 0xBB0BC4) is known color: Deep Magenta. HEX triplet: BB, 0B and C4. RGB value is (187,11,196). Sum of RGB (Red+Green+Blue) = 187+11+196=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 196 (76.95% from 255 or 49.75% from 394); Max value from RGB is 196 - color contains mainly: blue. Hex color #BB0BC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0BC4 is #44F43B. Grayscale: #545454. Windows color (decimal): -4518972 or 12848059. OLE color: 12848059.
HSL color Cylindrical-coordinate representation of color #BB0BC4: hue angle of 297.08º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0BC4 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 11 | 196 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.23 |
| HSL | 297.08º | 0.89% | 0.41% | - |
| HSV(B) | 297.08º | 0.94% | 0.77% | - |
| XYZ | 30.58 | 14.79 | 53.47 | - |
| YUV | 84.71 | 190.81 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 11 | 196 | 0.05 | 0.94 | 0 | 0.23 | 297.08 | 0.89 | 0.41 |
| Hex | BB | B | C4 | 5 | 5E | 0 | 17 | 129 | 59 | 29 |
| Octal | 273 | 13 | 304 | 5 | 136 | 0 | 27 | 451 | 131 | 51 |
| Binary | 10111011 | 1011 | 11000100 | 101 | 1011110 | 0 | 10111 | 100101001 | 1011001 | 101001 |
Color Harmonies of #BB0BC4
Complementary color
Monochromatic Colors of #BB0BC4
Black with #BB0BC4
Text Example
Text Example
White with #BB0BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0BC4; }
p { color: rgb(187,11,196); }
H1.HeaderClassName
{
color: #BB0BC4;
}
.AnyTagClassName
{
color: #BB0BC4;
}
</style>
background-color css
<style>
a { background-color: #BB0BC4; }
a { background-color: rgb(187,11,196); }
div.DivClassName
{
background-color: #BB0BC4;
}
.BgClassName
{
background-color: #BB0BC4;
}
</style>
border-color css
<style>
span { border-color: #BB0BC4; }
span { border-color: rgb(187,11,196); }
td.TdClassName
{
border-color: #BB0BC4;
}
.TagClassName
{
border-color: #BB0BC4;
}
</style>