Shades of Deep Magenta #BB0CC4
Tints of Deep Magenta #BB0CC4
RGB
CMYK
RGB Variations
Color information
#BB0CC4 (or 0xBB0CC4) is known color: Deep Magenta. HEX triplet: BB, 0C and C4. RGB value is (187,12,196). Sum of RGB (Red+Green+Blue) = 187+12+196=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 196 (76.95% from 255 or 49.62% from 395); Max value from RGB is 196 - color contains mainly: blue. Hex color #BB0CC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0CC4 is #44F33B. Grayscale: #545454. Windows color (decimal): -4518716 or 12848315. OLE color: 12848315.
HSL color Cylindrical-coordinate representation of color #BB0CC4: hue angle of 297.07º degrees, saturation: 0.88, 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 #BB0CC4 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 12 | 196 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.23 |
| HSL | 297.07º | 0.88% | 0.41% | - |
| HSV(B) | 297.07º | 0.94% | 0.77% | - |
| XYZ | 30.59 | 14.81 | 53.47 | - |
| YUV | 85.3 | 190.48 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 12 | 196 | 0.05 | 0.94 | 0 | 0.23 | 297.07 | 0.88 | 0.41 |
| Hex | BB | C | C4 | 5 | 5E | 0 | 17 | 129 | 58 | 29 |
| Octal | 273 | 14 | 304 | 5 | 136 | 0 | 27 | 451 | 130 | 51 |
| Binary | 10111011 | 1100 | 11000100 | 101 | 1011110 | 0 | 10111 | 100101001 | 1011000 | 101001 |
Color Harmonies of #BB0CC4
Complementary color
Monochromatic Colors of #BB0CC4
Black with #BB0CC4
Text Example
Text Example
White with #BB0CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0CC4; }
p { color: rgb(187,12,196); }
H1.HeaderClassName
{
color: #BB0CC4;
}
.AnyTagClassName
{
color: #BB0CC4;
}
</style>
background-color css
<style>
a { background-color: #BB0CC4; }
a { background-color: rgb(187,12,196); }
div.DivClassName
{
background-color: #BB0CC4;
}
.BgClassName
{
background-color: #BB0CC4;
}
</style>
border-color css
<style>
span { border-color: #BB0CC4; }
span { border-color: rgb(187,12,196); }
td.TdClassName
{
border-color: #BB0CC4;
}
.TagClassName
{
border-color: #BB0CC4;
}
</style>