Shades of Deep Magenta #BC23B6
Tints of Deep Magenta #BC23B6
RGB
CMYK
RGB Variations
Color information
#BC23B6 (or 0xBC23B6) is known color: Deep Magenta. HEX triplet: BC, 23 and B6. RGB value is (188,35,182). Sum of RGB (Red+Green+Blue) = 188+35+182=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 35 (14.06% from 255 or 8.64% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC23B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC23B6 is #43DC49. Grayscale: #616161. Windows color (decimal): -4447306 or 11936700. OLE color: 11936700.
HSL color Cylindrical-coordinate representation of color #BC23B6: hue angle of 302.35º 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 #BC23B6 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 182 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.26 |
| HSL | 302.35º | 0.69% | 0.44% | - |
| HSV(B) | 302.35º | 0.81% | 0.74% | - |
| XYZ | 29.78 | 15.27 | 45.63 | - |
| YUV | 97.51 | 175.69 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 182 | 0 | 0.81 | 0.03 | 0.26 | 302.35 | 0.69 | 0.44 |
| Hex | BC | 23 | B6 | 0 | 51 | 3 | 1A | 12E | 45 | 2C |
| Octal | 274 | 43 | 266 | 0 | 121 | 3 | 32 | 456 | 105 | 54 |
| Binary | 10111100 | 100011 | 10110110 | 0 | 1010001 | 11 | 11010 | 100101110 | 1000101 | 101100 |
Color Harmonies of #BC23B6
Complementary color
Monochromatic Colors of #BC23B6
Black with #BC23B6
Text Example
Text Example
White with #BC23B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC23B6; }
p { color: rgb(188,35,182); }
H1.HeaderClassName
{
color: #BC23B6;
}
.AnyTagClassName
{
color: #BC23B6;
}
</style>
background-color css
<style>
a { background-color: #BC23B6; }
a { background-color: rgb(188,35,182); }
div.DivClassName
{
background-color: #BC23B6;
}
.BgClassName
{
background-color: #BC23B6;
}
</style>
border-color css
<style>
span { border-color: #BC23B6; }
span { border-color: rgb(188,35,182); }
td.TdClassName
{
border-color: #BC23B6;
}
.TagClassName
{
border-color: #BC23B6;
}
</style>