Shades of Deep Magenta #BC15B3
Tints of Deep Magenta #BC15B3
RGB
CMYK
RGB Variations
Color information
#BC15B3 (or 0xBC15B3) is known color: Deep Magenta. HEX triplet: BC, 15 and B3. RGB value is (188,21,179). Sum of RGB (Red+Green+Blue) = 188+21+179=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 179 (70.31% from 255 or 46.13% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC15B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC15B3 is #43EA4C. Grayscale: #585858. Windows color (decimal): -4450893 or 11736508. OLE color: 11736508.
HSL color Cylindrical-coordinate representation of color #BC15B3: hue angle of 303.23º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC15B3 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 179 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.26 |
| HSL | 303.23º | 0.8% | 0.41% | - |
| HSV(B) | 303.23º | 0.89% | 0.74% | - |
| XYZ | 29.14 | 14.48 | 43.91 | - |
| YUV | 88.95 | 178.83 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 179 | 0 | 0.89 | 0.05 | 0.26 | 303.23 | 0.8 | 0.41 |
| Hex | BC | 15 | B3 | 0 | 59 | 5 | 1A | 12F | 50 | 29 |
| Octal | 274 | 25 | 263 | 0 | 131 | 5 | 32 | 457 | 120 | 51 |
| Binary | 10111100 | 10101 | 10110011 | 0 | 1011001 | 101 | 11010 | 100101111 | 1010000 | 101001 |
Color Harmonies of #BC15B3
Complementary color
Monochromatic Colors of #BC15B3
Black with #BC15B3
Text Example
Text Example
White with #BC15B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC15B3; }
p { color: rgb(188,21,179); }
H1.HeaderClassName
{
color: #BC15B3;
}
.AnyTagClassName
{
color: #BC15B3;
}
</style>
background-color css
<style>
a { background-color: #BC15B3; }
a { background-color: rgb(188,21,179); }
div.DivClassName
{
background-color: #BC15B3;
}
.BgClassName
{
background-color: #BC15B3;
}
</style>
border-color css
<style>
span { border-color: #BC15B3; }
span { border-color: rgb(188,21,179); }
td.TdClassName
{
border-color: #BC15B3;
}
.TagClassName
{
border-color: #BC15B3;
}
</style>