Shades of Deep Magenta #BB21CF
Tints of Deep Magenta #BB21CF
RGB
CMYK
RGB Variations
Color information
#BB21CF (or 0xBB21CF) is known color: Deep Magenta. HEX triplet: BB, 21 and CF. RGB value is (187,33,207). Sum of RGB (Red+Green+Blue) = 187+33+207=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 33 (13.28% from 255 or 7.73% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB21CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB21CF is #44DE30. Grayscale: #626262. Windows color (decimal): -4513329 or 13574587. OLE color: 13574587.
HSL color Cylindrical-coordinate representation of color #BB21CF: hue angle of 293.1º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB21CF is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 33 | 207 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.19 |
| HSL | 293.1º | 0.73% | 0.47% | - |
| HSV(B) | 293.1º | 0.84% | 0.81% | - |
| XYZ | 32.3 | 16.16 | 60.45 | - |
| YUV | 98.88 | 189.02 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 33 | 207 | 0.10 | 0.84 | 0 | 0.19 | 293.1 | 0.73 | 0.47 |
| Hex | BB | 21 | CF | A | 54 | 0 | 13 | 125 | 48 | 2F |
| Octal | 273 | 41 | 317 | 12 | 124 | 0 | 23 | 445 | 110 | 57 |
| Binary | 10111011 | 100001 | 11001111 | 1010 | 1010100 | 0 | 10011 | 100100101 | 1001000 | 101111 |
Color Harmonies of #BB21CF
Complementary color
Monochromatic Colors of #BB21CF
Black with #BB21CF
Text Example
Text Example
White with #BB21CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB21CF; }
p { color: rgb(187,33,207); }
H1.HeaderClassName
{
color: #BB21CF;
}
.AnyTagClassName
{
color: #BB21CF;
}
</style>
background-color css
<style>
a { background-color: #BB21CF; }
a { background-color: rgb(187,33,207); }
div.DivClassName
{
background-color: #BB21CF;
}
.BgClassName
{
background-color: #BB21CF;
}
</style>
border-color css
<style>
span { border-color: #BB21CF; }
span { border-color: rgb(187,33,207); }
td.TdClassName
{
border-color: #BB21CF;
}
.TagClassName
{
border-color: #BB21CF;
}
</style>