Shades of Deep Magenta #BB23B7
Tints of Deep Magenta #BB23B7
RGB
CMYK
RGB Variations
Color information
#BB23B7 (or 0xBB23B7) is known color: Deep Magenta. HEX triplet: BB, 23 and B7. RGB value is (187,35,183). Sum of RGB (Red+Green+Blue) = 187+35+183=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 35 (14.06% from 255 or 8.64% from 405); Blue value is 183 (71.88% from 255 or 45.19% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB23B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB23B7 is #44DC48. Grayscale: #606060. Windows color (decimal): -4512841 or 12002235. OLE color: 12002235.
HSL color Cylindrical-coordinate representation of color #BB23B7: hue angle of 301.58º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB23B7 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 35 | 183 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.27 |
| HSL | 301.58º | 0.68% | 0.44% | - |
| HSV(B) | 301.58º | 0.81% | 0.73% | - |
| XYZ | 29.64 | 15.19 | 46.17 | - |
| YUV | 97.32 | 176.36 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 183 | 0 | 0.81 | 0.02 | 0.27 | 301.58 | 0.68 | 0.44 |
| Hex | BB | 23 | B7 | 0 | 51 | 2 | 1B | 12E | 44 | 2C |
| Octal | 273 | 43 | 267 | 0 | 121 | 2 | 33 | 456 | 104 | 54 |
| Binary | 10111011 | 100011 | 10110111 | 0 | 1010001 | 10 | 11011 | 100101110 | 1000100 | 101100 |
Color Harmonies of #BB23B7
Complementary color
Monochromatic Colors of #BB23B7
Black with #BB23B7
Text Example
Text Example
White with #BB23B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB23B7; }
p { color: rgb(187,35,183); }
H1.HeaderClassName
{
color: #BB23B7;
}
.AnyTagClassName
{
color: #BB23B7;
}
</style>
background-color css
<style>
a { background-color: #BB23B7; }
a { background-color: rgb(187,35,183); }
div.DivClassName
{
background-color: #BB23B7;
}
.BgClassName
{
background-color: #BB23B7;
}
</style>
border-color css
<style>
span { border-color: #BB23B7; }
span { border-color: rgb(187,35,183); }
td.TdClassName
{
border-color: #BB23B7;
}
.TagClassName
{
border-color: #BB23B7;
}
</style>