Shades of Deep Magenta #BB26BC
Tints of Deep Magenta #BB26BC
RGB
CMYK
RGB Variations
Color information
#BB26BC (or 0xBB26BC) is known color: Deep Magenta. HEX triplet: BB, 26 and BC. RGB value is (187,38,188). Sum of RGB (Red+Green+Blue) = 187+38+188=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 38 (15.23% from 255 or 9.20% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB26BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB26BC is #44D943. Grayscale: #636363. Windows color (decimal): -4512068 or 12330683. OLE color: 12330683.
HSL color Cylindrical-coordinate representation of color #BB26BC: hue angle of 299.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB26BC is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 38 | 188 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.26 |
| HSL | 299.6º | 0.66% | 0.44% | - |
| HSV(B) | 299.6º | 0.8% | 0.74% | - |
| XYZ | 30.26 | 15.58 | 48.99 | - |
| YUV | 99.65 | 177.86 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 188 | 0.01 | 0.80 | 0 | 0.26 | 299.6 | 0.66 | 0.44 |
| Hex | BB | 26 | BC | 1 | 50 | 0 | 1A | 12C | 42 | 2C |
| Octal | 273 | 46 | 274 | 1 | 120 | 0 | 32 | 454 | 102 | 54 |
| Binary | 10111011 | 100110 | 10111100 | 1 | 1010000 | 0 | 11010 | 100101100 | 1000010 | 101100 |
Color Harmonies of #BB26BC
Complementary color
Monochromatic Colors of #BB26BC
Black with #BB26BC
Text Example
Text Example
White with #BB26BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB26BC; }
p { color: rgb(187,38,188); }
H1.HeaderClassName
{
color: #BB26BC;
}
.AnyTagClassName
{
color: #BB26BC;
}
</style>
background-color css
<style>
a { background-color: #BB26BC; }
a { background-color: rgb(187,38,188); }
div.DivClassName
{
background-color: #BB26BC;
}
.BgClassName
{
background-color: #BB26BC;
}
</style>
border-color css
<style>
span { border-color: #BB26BC; }
span { border-color: rgb(187,38,188); }
td.TdClassName
{
border-color: #BB26BC;
}
.TagClassName
{
border-color: #BB26BC;
}
</style>