Shades of Deep Magenta #BB1BBD
Tints of Deep Magenta #BB1BBD
RGB
CMYK
RGB Variations
Color information
#BB1BBD (or 0xBB1BBD) is known color: Deep Magenta. HEX triplet: BB, 1B and BD. RGB value is (187,27,189). Sum of RGB (Red+Green+Blue) = 187+27+189=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 27 (10.94% from 255 or 6.70% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB1BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1BBD is #44E442. Grayscale: #5C5C5C. Windows color (decimal): -4514883 or 12393403. OLE color: 12393403.
HSL color Cylindrical-coordinate representation of color #BB1BBD: hue angle of 299.26º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1BBD is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 27 | 189 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.26 |
| HSL | 299.26º | 0.75% | 0.42% | - |
| HSV(B) | 299.26º | 0.86% | 0.74% | - |
| XYZ | 30.07 | 15.02 | 49.46 | - |
| YUV | 93.31 | 182.01 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 27 | 189 | 0.01 | 0.86 | 0 | 0.26 | 299.26 | 0.75 | 0.42 |
| Hex | BB | 1B | BD | 1 | 56 | 0 | 1A | 12B | 4B | 2A |
| Octal | 273 | 33 | 275 | 1 | 126 | 0 | 32 | 453 | 113 | 52 |
| Binary | 10111011 | 11011 | 10111101 | 1 | 1010110 | 0 | 11010 | 100101011 | 1001011 | 101010 |
Color Harmonies of #BB1BBD
Complementary color
Monochromatic Colors of #BB1BBD
Black with #BB1BBD
Text Example
Text Example
White with #BB1BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1BBD; }
p { color: rgb(187,27,189); }
H1.HeaderClassName
{
color: #BB1BBD;
}
.AnyTagClassName
{
color: #BB1BBD;
}
</style>
background-color css
<style>
a { background-color: #BB1BBD; }
a { background-color: rgb(187,27,189); }
div.DivClassName
{
background-color: #BB1BBD;
}
.BgClassName
{
background-color: #BB1BBD;
}
</style>
border-color css
<style>
span { border-color: #BB1BBD; }
span { border-color: rgb(187,27,189); }
td.TdClassName
{
border-color: #BB1BBD;
}
.TagClassName
{
border-color: #BB1BBD;
}
</style>