Shades of Deep Magenta #BB27BC
Tints of Deep Magenta #BB27BC
RGB
CMYK
RGB Variations
Color information
#BB27BC (or 0xBB27BC) is known color: Deep Magenta. HEX triplet: BB, 27 and BC. RGB value is (187,39,188). Sum of RGB (Red+Green+Blue) = 187+39+188=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 39 (15.62% from 255 or 9.42% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB27BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB27BC is #44D843. Grayscale: #636363. Windows color (decimal): -4511812 or 12330939. OLE color: 12330939.
HSL color Cylindrical-coordinate representation of color #BB27BC: 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 #BB27BC is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 39 | 188 | - |
| 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.3 | 15.65 | 49 | - |
| YUV | 100.24 | 177.53 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 188 | 0.01 | 0.79 | 0 | 0.26 | 299.6 | 0.66 | 0.45 |
| Hex | BB | 27 | BC | 1 | 4F | 0 | 1A | 12C | 42 | 2D |
| Octal | 273 | 47 | 274 | 1 | 117 | 0 | 32 | 454 | 102 | 55 |
| Binary | 10111011 | 100111 | 10111100 | 1 | 1001111 | 0 | 11010 | 100101100 | 1000010 | 101101 |
Color Harmonies of #BB27BC
Complementary color
Monochromatic Colors of #BB27BC
Black with #BB27BC
Text Example
Text Example
White with #BB27BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB27BC; }
p { color: rgb(187,39,188); }
H1.HeaderClassName
{
color: #BB27BC;
}
.AnyTagClassName
{
color: #BB27BC;
}
</style>
background-color css
<style>
a { background-color: #BB27BC; }
a { background-color: rgb(187,39,188); }
div.DivClassName
{
background-color: #BB27BC;
}
.BgClassName
{
background-color: #BB27BC;
}
</style>
border-color css
<style>
span { border-color: #BB27BC; }
span { border-color: rgb(187,39,188); }
td.TdClassName
{
border-color: #BB27BC;
}
.TagClassName
{
border-color: #BB27BC;
}
</style>