Shades of Deep Magenta #BB27C2
Tints of Deep Magenta #BB27C2
RGB
CMYK
RGB Variations
Color information
#BB27C2 (or 0xBB27C2) is known color: Deep Magenta. HEX triplet: BB, 27 and C2. RGB value is (187,39,194). Sum of RGB (Red+Green+Blue) = 187+39+194=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 39 (15.62% from 255 or 9.29% from 420); Blue value is 194 (76.17% from 255 or 46.19% from 420); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB27C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB27C2 is #44D83D. Grayscale: #646464. Windows color (decimal): -4511806 or 12724155. OLE color: 12724155.
HSL color Cylindrical-coordinate representation of color #BB27C2: hue angle of 297.29º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB27C2 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 39 | 194 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.24 |
| HSL | 297.29º | 0.67% | 0.46% | - |
| HSV(B) | 297.29º | 0.8% | 0.76% | - |
| XYZ | 30.96 | 15.91 | 52.48 | - |
| YUV | 100.92 | 180.53 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 194 | 0.04 | 0.80 | 0 | 0.24 | 297.29 | 0.67 | 0.46 |
| Hex | BB | 27 | C2 | 4 | 50 | 0 | 18 | 129 | 43 | 2E |
| Octal | 273 | 47 | 302 | 4 | 120 | 0 | 30 | 451 | 103 | 56 |
| Binary | 10111011 | 100111 | 11000010 | 100 | 1010000 | 0 | 11000 | 100101001 | 1000011 | 101110 |
Color Harmonies of #BB27C2
Complementary color
Monochromatic Colors of #BB27C2
Black with #BB27C2
Text Example
Text Example
White with #BB27C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB27C2; }
p { color: rgb(187,39,194); }
H1.HeaderClassName
{
color: #BB27C2;
}
.AnyTagClassName
{
color: #BB27C2;
}
</style>
background-color css
<style>
a { background-color: #BB27C2; }
a { background-color: rgb(187,39,194); }
div.DivClassName
{
background-color: #BB27C2;
}
.BgClassName
{
background-color: #BB27C2;
}
</style>
border-color css
<style>
span { border-color: #BB27C2; }
span { border-color: rgb(187,39,194); }
td.TdClassName
{
border-color: #BB27C2;
}
.TagClassName
{
border-color: #BB27C2;
}
</style>