Shades of Deep Magenta #BC23BB
Tints of Deep Magenta #BC23BB
RGB
CMYK
RGB Variations
Color information
#BC23BB (or 0xBC23BB) is known color: Deep Magenta. HEX triplet: BC, 23 and BB. RGB value is (188,35,187). Sum of RGB (Red+Green+Blue) = 188+35+187=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 35 (14.06% from 255 or 8.54% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC23BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC23BB is #43DC44. Grayscale: #616161. Windows color (decimal): -4447301 or 12264380. OLE color: 12264380.
HSL color Cylindrical-coordinate representation of color #BC23BB: hue angle of 300.39º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC23BB is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 187 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.26 |
| HSL | 300.39º | 0.69% | 0.44% | - |
| HSV(B) | 300.39º | 0.81% | 0.74% | - |
| XYZ | 30.31 | 15.48 | 48.4 | - |
| YUV | 98.08 | 178.19 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 187 | 0 | 0.81 | 0.01 | 0.26 | 300.39 | 0.69 | 0.44 |
| Hex | BC | 23 | BB | 0 | 51 | 1 | 1A | 12C | 45 | 2C |
| Octal | 274 | 43 | 273 | 0 | 121 | 1 | 32 | 454 | 105 | 54 |
| Binary | 10111100 | 100011 | 10111011 | 0 | 1010001 | 1 | 11010 | 100101100 | 1000101 | 101100 |
Color Harmonies of #BC23BB
Complementary color
Monochromatic Colors of #BC23BB
Black with #BC23BB
Text Example
Text Example
White with #BC23BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC23BB; }
p { color: rgb(188,35,187); }
H1.HeaderClassName
{
color: #BC23BB;
}
.AnyTagClassName
{
color: #BC23BB;
}
</style>
background-color css
<style>
a { background-color: #BC23BB; }
a { background-color: rgb(188,35,187); }
div.DivClassName
{
background-color: #BC23BB;
}
.BgClassName
{
background-color: #BC23BB;
}
</style>
border-color css
<style>
span { border-color: #BC23BB; }
span { border-color: rgb(188,35,187); }
td.TdClassName
{
border-color: #BC23BB;
}
.TagClassName
{
border-color: #BC23BB;
}
</style>