Shades of Deep Magenta #BB23BF
Tints of Deep Magenta #BB23BF
RGB
CMYK
RGB Variations
Color information
#BB23BF (or 0xBB23BF) is known color: Deep Magenta. HEX triplet: BB, 23 and BF. RGB value is (187,35,191). Sum of RGB (Red+Green+Blue) = 187+35+191=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 35 (14.06% from 255 or 8.47% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB23BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB23BF is #44DC40. Grayscale: #616161. Windows color (decimal): -4512833 or 12526523. OLE color: 12526523.
HSL color Cylindrical-coordinate representation of color #BB23BF: hue angle of 298.46º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB23BF is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 35 | 191 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.25 |
| HSL | 298.46º | 0.69% | 0.44% | - |
| HSV(B) | 298.46º | 0.82% | 0.75% | - |
| XYZ | 30.5 | 15.53 | 50.68 | - |
| YUV | 98.23 | 180.36 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 191 | 0.02 | 0.82 | 0 | 0.25 | 298.46 | 0.69 | 0.44 |
| Hex | BB | 23 | BF | 2 | 52 | 0 | 19 | 12A | 45 | 2C |
| Octal | 273 | 43 | 277 | 2 | 122 | 0 | 31 | 452 | 105 | 54 |
| Binary | 10111011 | 100011 | 10111111 | 10 | 1010010 | 0 | 11001 | 100101010 | 1000101 | 101100 |
Color Harmonies of #BB23BF
Complementary color
Monochromatic Colors of #BB23BF
Black with #BB23BF
Text Example
Text Example
White with #BB23BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB23BF; }
p { color: rgb(187,35,191); }
H1.HeaderClassName
{
color: #BB23BF;
}
.AnyTagClassName
{
color: #BB23BF;
}
</style>
background-color css
<style>
a { background-color: #BB23BF; }
a { background-color: rgb(187,35,191); }
div.DivClassName
{
background-color: #BB23BF;
}
.BgClassName
{
background-color: #BB23BF;
}
</style>
border-color css
<style>
span { border-color: #BB23BF; }
span { border-color: rgb(187,35,191); }
td.TdClassName
{
border-color: #BB23BF;
}
.TagClassName
{
border-color: #BB23BF;
}
</style>