Shades of Deep Magenta #BC27BB
Tints of Deep Magenta #BC27BB
RGB
CMYK
RGB Variations
Color information
#BC27BB (or 0xBC27BB) is known color: Deep Magenta. HEX triplet: BC, 27 and BB. RGB value is (188,39,187). Sum of RGB (Red+Green+Blue) = 188+39+187=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 39 (15.62% from 255 or 9.42% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC27BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC27BB is #43D844. Grayscale: #636363. Windows color (decimal): -4446277 or 12265404. OLE color: 12265404.
HSL color Cylindrical-coordinate representation of color #BC27BB: hue angle of 300.4º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC27BB is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 187 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.26 |
| HSL | 300.4º | 0.66% | 0.45% | - |
| HSV(B) | 300.4º | 0.79% | 0.74% | - |
| XYZ | 30.43 | 15.73 | 48.45 | - |
| YUV | 100.42 | 176.86 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 187 | 0 | 0.79 | 0.01 | 0.26 | 300.4 | 0.66 | 0.45 |
| Hex | BC | 27 | BB | 0 | 4F | 1 | 1A | 12C | 42 | 2D |
| Octal | 274 | 47 | 273 | 0 | 117 | 1 | 32 | 454 | 102 | 55 |
| Binary | 10111100 | 100111 | 10111011 | 0 | 1001111 | 1 | 11010 | 100101100 | 1000010 | 101101 |
Color Harmonies of #BC27BB
Complementary color
Monochromatic Colors of #BC27BB
Black with #BC27BB
Text Example
Text Example
White with #BC27BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC27BB; }
p { color: rgb(188,39,187); }
H1.HeaderClassName
{
color: #BC27BB;
}
.AnyTagClassName
{
color: #BC27BB;
}
</style>
background-color css
<style>
a { background-color: #BC27BB; }
a { background-color: rgb(188,39,187); }
div.DivClassName
{
background-color: #BC27BB;
}
.BgClassName
{
background-color: #BC27BB;
}
</style>
border-color css
<style>
span { border-color: #BC27BB; }
span { border-color: rgb(188,39,187); }
td.TdClassName
{
border-color: #BC27BB;
}
.TagClassName
{
border-color: #BC27BB;
}
</style>