Shades of Deep Magenta #BB23C7
Tints of Deep Magenta #BB23C7
RGB
CMYK
RGB Variations
Color information
#BB23C7 (or 0xBB23C7) is known color: Deep Magenta. HEX triplet: BB, 23 and C7. RGB value is (187,35,199). Sum of RGB (Red+Green+Blue) = 187+35+199=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 35 (14.06% from 255 or 8.31% from 421); Blue value is 199 (78.12% from 255 or 47.27% from 421); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB23C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB23C7 is #44DC38. Grayscale: #626262. Windows color (decimal): -4512825 or 13050811. OLE color: 13050811.
HSL color Cylindrical-coordinate representation of color #BB23C7: hue angle of 295.61º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB23C7 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 35 | 199 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.22 |
| HSL | 295.61º | 0.7% | 0.46% | - |
| HSV(B) | 295.61º | 0.82% | 0.78% | - |
| XYZ | 31.4 | 15.89 | 55.44 | - |
| YUV | 99.14 | 184.36 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 199 | 0.06 | 0.82 | 0 | 0.22 | 295.61 | 0.7 | 0.46 |
| Hex | BB | 23 | C7 | 6 | 52 | 0 | 16 | 128 | 46 | 2E |
| Octal | 273 | 43 | 307 | 6 | 122 | 0 | 26 | 450 | 106 | 56 |
| Binary | 10111011 | 100011 | 11000111 | 110 | 1010010 | 0 | 10110 | 100101000 | 1000110 | 101110 |
Color Harmonies of #BB23C7
Complementary color
Monochromatic Colors of #BB23C7
Black with #BB23C7
Text Example
Text Example
White with #BB23C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB23C7; }
p { color: rgb(187,35,199); }
H1.HeaderClassName
{
color: #BB23C7;
}
.AnyTagClassName
{
color: #BB23C7;
}
</style>
background-color css
<style>
a { background-color: #BB23C7; }
a { background-color: rgb(187,35,199); }
div.DivClassName
{
background-color: #BB23C7;
}
.BgClassName
{
background-color: #BB23C7;
}
</style>
border-color css
<style>
span { border-color: #BB23C7; }
span { border-color: rgb(187,35,199); }
td.TdClassName
{
border-color: #BB23C7;
}
.TagClassName
{
border-color: #BB23C7;
}
</style>