Shades of Deep Magenta #BB23C9
Tints of Deep Magenta #BB23C9
RGB
CMYK
RGB Variations
Color information
#BB23C9 (or 0xBB23C9) is known color: Deep Magenta. HEX triplet: BB, 23 and C9. RGB value is (187,35,201). Sum of RGB (Red+Green+Blue) = 187+35+201=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 35 (14.06% from 255 or 8.27% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB23C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB23C9 is #44DC36. Grayscale: #626262. Windows color (decimal): -4512823 or 13181883. OLE color: 13181883.
HSL color Cylindrical-coordinate representation of color #BB23C9: hue angle of 294.94º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB23C9 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 35 | 201 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.21 |
| HSL | 294.94º | 0.7% | 0.46% | - |
| HSV(B) | 294.94º | 0.83% | 0.79% | - |
| XYZ | 31.64 | 15.98 | 56.68 | - |
| YUV | 99.37 | 185.36 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 201 | 0.07 | 0.83 | 0 | 0.21 | 294.94 | 0.7 | 0.46 |
| Hex | BB | 23 | C9 | 7 | 53 | 0 | 15 | 127 | 46 | 2E |
| Octal | 273 | 43 | 311 | 7 | 123 | 0 | 25 | 447 | 106 | 56 |
| Binary | 10111011 | 100011 | 11001001 | 111 | 1010011 | 0 | 10101 | 100100111 | 1000110 | 101110 |
Color Harmonies of #BB23C9
Complementary color
Monochromatic Colors of #BB23C9
Black with #BB23C9
Text Example
Text Example
White with #BB23C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB23C9; }
p { color: rgb(187,35,201); }
H1.HeaderClassName
{
color: #BB23C9;
}
.AnyTagClassName
{
color: #BB23C9;
}
</style>
background-color css
<style>
a { background-color: #BB23C9; }
a { background-color: rgb(187,35,201); }
div.DivClassName
{
background-color: #BB23C9;
}
.BgClassName
{
background-color: #BB23C9;
}
</style>
border-color css
<style>
span { border-color: #BB23C9; }
span { border-color: rgb(187,35,201); }
td.TdClassName
{
border-color: #BB23C9;
}
.TagClassName
{
border-color: #BB23C9;
}
</style>