Shades of Deep Magenta #BB23BC
Tints of Deep Magenta #BB23BC
RGB
CMYK
RGB Variations
Color information
#BB23BC (or 0xBB23BC) is known color: Deep Magenta. HEX triplet: BB, 23 and BC. RGB value is (187,35,188). Sum of RGB (Red+Green+Blue) = 187+35+188=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 35 (14.06% from 255 or 8.54% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB23BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB23BC is #44DC43. Grayscale: #616161. Windows color (decimal): -4512836 or 12329915. OLE color: 12329915.
HSL color Cylindrical-coordinate representation of color #BB23BC: hue angle of 299.61º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB23BC is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 35 | 188 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.26 |
| HSL | 299.61º | 0.69% | 0.44% | - |
| HSV(B) | 299.61º | 0.81% | 0.74% | - |
| XYZ | 30.17 | 15.4 | 48.96 | - |
| YUV | 97.89 | 178.86 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 188 | 0.01 | 0.81 | 0 | 0.26 | 299.61 | 0.69 | 0.44 |
| Hex | BB | 23 | BC | 1 | 51 | 0 | 1A | 12C | 45 | 2C |
| Octal | 273 | 43 | 274 | 1 | 121 | 0 | 32 | 454 | 105 | 54 |
| Binary | 10111011 | 100011 | 10111100 | 1 | 1010001 | 0 | 11010 | 100101100 | 1000101 | 101100 |
Color Harmonies of #BB23BC
Complementary color
Monochromatic Colors of #BB23BC
Black with #BB23BC
Text Example
Text Example
White with #BB23BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB23BC; }
p { color: rgb(187,35,188); }
H1.HeaderClassName
{
color: #BB23BC;
}
.AnyTagClassName
{
color: #BB23BC;
}
</style>
background-color css
<style>
a { background-color: #BB23BC; }
a { background-color: rgb(187,35,188); }
div.DivClassName
{
background-color: #BB23BC;
}
.BgClassName
{
background-color: #BB23BC;
}
</style>
border-color css
<style>
span { border-color: #BB23BC; }
span { border-color: rgb(187,35,188); }
td.TdClassName
{
border-color: #BB23BC;
}
.TagClassName
{
border-color: #BB23BC;
}
</style>