Shades of Deep Magenta #BC27BD
Tints of Deep Magenta #BC27BD
RGB
CMYK
RGB Variations
Color information
#BC27BD (or 0xBC27BD) is known color: Deep Magenta. HEX triplet: BC, 27 and BD. RGB value is (188,39,189). Sum of RGB (Red+Green+Blue) = 188+39+189=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 39 (15.62% from 255 or 9.38% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC27BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC27BD is #43D842. Grayscale: #646464. Windows color (decimal): -4446275 or 12396476. OLE color: 12396476.
HSL color Cylindrical-coordinate representation of color #BC27BD: hue angle of 299.6º 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 #BC27BD is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 189 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.26 |
| HSL | 299.6º | 0.66% | 0.45% | - |
| HSV(B) | 299.6º | 0.79% | 0.74% | - |
| XYZ | 30.65 | 15.82 | 49.58 | - |
| YUV | 100.65 | 177.86 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 189 | 0.01 | 0.79 | 0 | 0.26 | 299.6 | 0.66 | 0.45 |
| Hex | BC | 27 | BD | 1 | 4F | 0 | 1A | 12C | 42 | 2D |
| Octal | 274 | 47 | 275 | 1 | 117 | 0 | 32 | 454 | 102 | 55 |
| Binary | 10111100 | 100111 | 10111101 | 1 | 1001111 | 0 | 11010 | 100101100 | 1000010 | 101101 |
Color Harmonies of #BC27BD
Complementary color
Monochromatic Colors of #BC27BD
Black with #BC27BD
Text Example
Text Example
White with #BC27BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC27BD; }
p { color: rgb(188,39,189); }
H1.HeaderClassName
{
color: #BC27BD;
}
.AnyTagClassName
{
color: #BC27BD;
}
</style>
background-color css
<style>
a { background-color: #BC27BD; }
a { background-color: rgb(188,39,189); }
div.DivClassName
{
background-color: #BC27BD;
}
.BgClassName
{
background-color: #BC27BD;
}
</style>
border-color css
<style>
span { border-color: #BC27BD; }
span { border-color: rgb(188,39,189); }
td.TdClassName
{
border-color: #BC27BD;
}
.TagClassName
{
border-color: #BC27BD;
}
</style>