Shades of Deep Magenta #BB23D0
Tints of Deep Magenta #BB23D0
RGB
CMYK
RGB Variations
Color information
#BB23D0 (or 0xBB23D0) is known color: Deep Magenta. HEX triplet: BB, 23 and D0. RGB value is (187,35,208). Sum of RGB (Red+Green+Blue) = 187+35+208=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 35 (14.06% from 255 or 8.14% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB23D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB23D0 is #44DC2F. Grayscale: #636363. Windows color (decimal): -4512816 or 13640635. OLE color: 13640635.
HSL color Cylindrical-coordinate representation of color #BB23D0: hue angle of 292.72º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB23D0 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 35 | 208 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.18 |
| HSL | 292.72º | 0.71% | 0.48% | - |
| HSV(B) | 292.72º | 0.83% | 0.82% | - |
| XYZ | 32.48 | 16.32 | 61.11 | - |
| YUV | 100.17 | 188.86 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 208 | 0.10 | 0.83 | 0 | 0.18 | 292.72 | 0.71 | 0.48 |
| Hex | BB | 23 | D0 | A | 53 | 0 | 12 | 125 | 47 | 30 |
| Octal | 273 | 43 | 320 | 12 | 123 | 0 | 22 | 445 | 107 | 60 |
| Binary | 10111011 | 100011 | 11010000 | 1010 | 1010011 | 0 | 10010 | 100100101 | 1000111 | 110000 |
Color Harmonies of #BB23D0
Complementary color
Monochromatic Colors of #BB23D0
Black with #BB23D0
Text Example
Text Example
White with #BB23D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB23D0; }
p { color: rgb(187,35,208); }
H1.HeaderClassName
{
color: #BB23D0;
}
.AnyTagClassName
{
color: #BB23D0;
}
</style>
background-color css
<style>
a { background-color: #BB23D0; }
a { background-color: rgb(187,35,208); }
div.DivClassName
{
background-color: #BB23D0;
}
.BgClassName
{
background-color: #BB23D0;
}
</style>
border-color css
<style>
span { border-color: #BB23D0; }
span { border-color: rgb(187,35,208); }
td.TdClassName
{
border-color: #BB23D0;
}
.TagClassName
{
border-color: #BB23D0;
}
</style>