Shades of Deep Magenta #BB1BC4
Tints of Deep Magenta #BB1BC4
RGB
CMYK
RGB Variations
Color information
#BB1BC4 (or 0xBB1BC4) is known color: Deep Magenta. HEX triplet: BB, 1B and C4. RGB value is (187,27,196). Sum of RGB (Red+Green+Blue) = 187+27+196=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 27 (10.94% from 255 or 6.59% from 410); Blue value is 196 (76.95% from 255 or 47.80% from 410); Max value from RGB is 196 - color contains mainly: blue. Hex color #BB1BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1BC4 is #44E43B. Grayscale: #5D5D5D. Windows color (decimal): -4514876 or 12852155. OLE color: 12852155.
HSL color Cylindrical-coordinate representation of color #BB1BC4: hue angle of 296.8º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1BC4 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 27 | 196 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.23 |
| HSL | 296.8º | 0.76% | 0.44% | - |
| HSV(B) | 296.8º | 0.86% | 0.77% | - |
| XYZ | 30.85 | 15.33 | 53.56 | - |
| YUV | 94.11 | 185.51 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 27 | 196 | 0.05 | 0.86 | 0 | 0.23 | 296.8 | 0.76 | 0.44 |
| Hex | BB | 1B | C4 | 5 | 56 | 0 | 17 | 129 | 4C | 2C |
| Octal | 273 | 33 | 304 | 5 | 126 | 0 | 27 | 451 | 114 | 54 |
| Binary | 10111011 | 11011 | 11000100 | 101 | 1010110 | 0 | 10111 | 100101001 | 1001100 | 101100 |
Color Harmonies of #BB1BC4
Complementary color
Monochromatic Colors of #BB1BC4
Black with #BB1BC4
Text Example
Text Example
White with #BB1BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1BC4; }
p { color: rgb(187,27,196); }
H1.HeaderClassName
{
color: #BB1BC4;
}
.AnyTagClassName
{
color: #BB1BC4;
}
</style>
background-color css
<style>
a { background-color: #BB1BC4; }
a { background-color: rgb(187,27,196); }
div.DivClassName
{
background-color: #BB1BC4;
}
.BgClassName
{
background-color: #BB1BC4;
}
</style>
border-color css
<style>
span { border-color: #BB1BC4; }
span { border-color: rgb(187,27,196); }
td.TdClassName
{
border-color: #BB1BC4;
}
.TagClassName
{
border-color: #BB1BC4;
}
</style>