Shades of Deep Magenta #BB23D2
Tints of Deep Magenta #BB23D2
RGB
CMYK
RGB Variations
Color information
#BB23D2 (or 0xBB23D2) is known color: Deep Magenta. HEX triplet: BB, 23 and D2. RGB value is (187,35,210). Sum of RGB (Red+Green+Blue) = 187+35+210=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 35 (14.06% from 255 or 8.10% from 432); Blue value is 210 (82.42% from 255 or 48.61% from 432); Max value from RGB is 210 - color contains mainly: blue. Hex color #BB23D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB23D2 is #44DC2D. Grayscale: #636363. Windows color (decimal): -4512814 or 13771707. OLE color: 13771707.
HSL color Cylindrical-coordinate representation of color #BB23D2: hue angle of 292.11º 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 #BB23D2 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 35 | 210 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.18 |
| HSL | 292.11º | 0.71% | 0.48% | - |
| HSV(B) | 292.11º | 0.83% | 0.82% | - |
| XYZ | 32.73 | 16.42 | 62.42 | - |
| YUV | 100.4 | 189.86 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 210 | 0.11 | 0.83 | 0 | 0.18 | 292.11 | 0.71 | 0.48 |
| Hex | BB | 23 | D2 | B | 53 | 0 | 12 | 124 | 47 | 30 |
| Octal | 273 | 43 | 322 | 13 | 123 | 0 | 22 | 444 | 107 | 60 |
| Binary | 10111011 | 100011 | 11010010 | 1011 | 1010011 | 0 | 10010 | 100100100 | 1000111 | 110000 |
Color Harmonies of #BB23D2
Complementary color
Monochromatic Colors of #BB23D2
Black with #BB23D2
Text Example
Text Example
White with #BB23D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB23D2; }
p { color: rgb(187,35,210); }
H1.HeaderClassName
{
color: #BB23D2;
}
.AnyTagClassName
{
color: #BB23D2;
}
</style>
background-color css
<style>
a { background-color: #BB23D2; }
a { background-color: rgb(187,35,210); }
div.DivClassName
{
background-color: #BB23D2;
}
.BgClassName
{
background-color: #BB23D2;
}
</style>
border-color css
<style>
span { border-color: #BB23D2; }
span { border-color: rgb(187,35,210); }
td.TdClassName
{
border-color: #BB23D2;
}
.TagClassName
{
border-color: #BB23D2;
}
</style>