Shades of Deep Magenta #BB25C6
Tints of Deep Magenta #BB25C6
RGB
CMYK
RGB Variations
Color information
#BB25C6 (or 0xBB25C6) is known color: Deep Magenta. HEX triplet: BB, 25 and C6. RGB value is (187,37,198). Sum of RGB (Red+Green+Blue) = 187+37+198=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 198 (77.73% from 255 or 46.92% from 422); Max value from RGB is 198 - color contains mainly: blue. Hex color #BB25C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB25C6 is #44DA39. Grayscale: #636363. Windows color (decimal): -4512314 or 12985787. OLE color: 12985787.
HSL color Cylindrical-coordinate representation of color #BB25C6: hue angle of 295.9º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB25C6 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 37 | 198 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.22 |
| HSL | 295.9º | 0.69% | 0.46% | - |
| HSV(B) | 295.9º | 0.81% | 0.78% | - |
| XYZ | 31.35 | 15.97 | 54.86 | - |
| YUV | 100.2 | 183.2 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 198 | 0.06 | 0.81 | 0 | 0.22 | 295.9 | 0.69 | 0.46 |
| Hex | BB | 25 | C6 | 6 | 51 | 0 | 16 | 128 | 45 | 2E |
| Octal | 273 | 45 | 306 | 6 | 121 | 0 | 26 | 450 | 105 | 56 |
| Binary | 10111011 | 100101 | 11000110 | 110 | 1010001 | 0 | 10110 | 100101000 | 1000101 | 101110 |
Color Harmonies of #BB25C6
Complementary color
Monochromatic Colors of #BB25C6
Black with #BB25C6
Text Example
Text Example
White with #BB25C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB25C6; }
p { color: rgb(187,37,198); }
H1.HeaderClassName
{
color: #BB25C6;
}
.AnyTagClassName
{
color: #BB25C6;
}
</style>
background-color css
<style>
a { background-color: #BB25C6; }
a { background-color: rgb(187,37,198); }
div.DivClassName
{
background-color: #BB25C6;
}
.BgClassName
{
background-color: #BB25C6;
}
</style>
border-color css
<style>
span { border-color: #BB25C6; }
span { border-color: rgb(187,37,198); }
td.TdClassName
{
border-color: #BB25C6;
}
.TagClassName
{
border-color: #BB25C6;
}
</style>