Shades of Deep Magenta #BB23BD
Tints of Deep Magenta #BB23BD
RGB
CMYK
RGB Variations
Color information
#BB23BD (or 0xBB23BD) is known color: Deep Magenta. HEX triplet: BB, 23 and BD. RGB value is (187,35,189). Sum of RGB (Red+Green+Blue) = 187+35+189=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 35 (14.06% from 255 or 8.52% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB23BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB23BD is #44DC42. Grayscale: #616161. Windows color (decimal): -4512835 or 12395451. OLE color: 12395451.
HSL color Cylindrical-coordinate representation of color #BB23BD: hue angle of 299.22º 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 #BB23BD is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 35 | 189 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.26 |
| HSL | 299.22º | 0.69% | 0.44% | - |
| HSV(B) | 299.22º | 0.81% | 0.74% | - |
| XYZ | 30.28 | 15.44 | 49.53 | - |
| YUV | 98 | 179.36 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 189 | 0.01 | 0.81 | 0 | 0.26 | 299.22 | 0.69 | 0.44 |
| Hex | BB | 23 | BD | 1 | 51 | 0 | 1A | 12B | 45 | 2C |
| Octal | 273 | 43 | 275 | 1 | 121 | 0 | 32 | 453 | 105 | 54 |
| Binary | 10111011 | 100011 | 10111101 | 1 | 1010001 | 0 | 11010 | 100101011 | 1000101 | 101100 |
Color Harmonies of #BB23BD
Complementary color
Monochromatic Colors of #BB23BD
Black with #BB23BD
Text Example
Text Example
White with #BB23BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB23BD; }
p { color: rgb(187,35,189); }
H1.HeaderClassName
{
color: #BB23BD;
}
.AnyTagClassName
{
color: #BB23BD;
}
</style>
background-color css
<style>
a { background-color: #BB23BD; }
a { background-color: rgb(187,35,189); }
div.DivClassName
{
background-color: #BB23BD;
}
.BgClassName
{
background-color: #BB23BD;
}
</style>
border-color css
<style>
span { border-color: #BB23BD; }
span { border-color: rgb(187,35,189); }
td.TdClassName
{
border-color: #BB23BD;
}
.TagClassName
{
border-color: #BB23BD;
}
</style>