Shades of Deep Magenta #BB25B2
Tints of Deep Magenta #BB25B2
RGB
CMYK
RGB Variations
Color information
#BB25B2 (or 0xBB25B2) is known color: Deep Magenta. HEX triplet: BB, 25 and B2. RGB value is (187,37,178). Sum of RGB (Red+Green+Blue) = 187+37+178=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 37 (14.84% from 255 or 9.20% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB25B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB25B2 is #44DA4D. Grayscale: #616161. Windows color (decimal): -4512334 or 11675067. OLE color: 11675067.
HSL color Cylindrical-coordinate representation of color #BB25B2: hue angle of 303.6º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB25B2 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 178 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.27 |
| HSL | 303.6º | 0.67% | 0.44% | - |
| HSV(B) | 303.6º | 0.8% | 0.73% | - |
| XYZ | 29.19 | 15.1 | 43.5 | - |
| YUV | 97.92 | 173.2 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 178 | 0 | 0.80 | 0.05 | 0.27 | 303.6 | 0.67 | 0.44 |
| Hex | BB | 25 | B2 | 0 | 50 | 5 | 1B | 130 | 43 | 2C |
| Octal | 273 | 45 | 262 | 0 | 120 | 5 | 33 | 460 | 103 | 54 |
| Binary | 10111011 | 100101 | 10110010 | 0 | 1010000 | 101 | 11011 | 100110000 | 1000011 | 101100 |
Color Harmonies of #BB25B2
Complementary color
Monochromatic Colors of #BB25B2
Black with #BB25B2
Text Example
Text Example
White with #BB25B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB25B2; }
p { color: rgb(187,37,178); }
H1.HeaderClassName
{
color: #BB25B2;
}
.AnyTagClassName
{
color: #BB25B2;
}
</style>
background-color css
<style>
a { background-color: #BB25B2; }
a { background-color: rgb(187,37,178); }
div.DivClassName
{
background-color: #BB25B2;
}
.BgClassName
{
background-color: #BB25B2;
}
</style>
border-color css
<style>
span { border-color: #BB25B2; }
span { border-color: rgb(187,37,178); }
td.TdClassName
{
border-color: #BB25B2;
}
.TagClassName
{
border-color: #BB25B2;
}
</style>