Shades of Medium Red Violet #BB25A8
Tints of Medium Red Violet #BB25A8
RGB
CMYK
RGB Variations
Color information
#BB25A8 (or 0xBB25A8) is known color: Medium Red Violet. HEX triplet: BB, 25 and A8. RGB value is (187,37,168). Sum of RGB (Red+Green+Blue) = 187+37+168=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 168 (66.02% from 255 or 42.86% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB25A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB25A8 is #44DA57. Grayscale: #606060. Windows color (decimal): -4512344 or 11019707. OLE color: 11019707.
HSL color Cylindrical-coordinate representation of color #BB25A8: hue angle of 307.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 #BB25A8 is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 168 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.27 |
| HSL | 307.6º | 0.67% | 0.44% | - |
| HSV(B) | 307.6º | 0.8% | 0.73% | - |
| XYZ | 28.22 | 14.72 | 38.4 | - |
| YUV | 96.78 | 168.2 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 168 | 0 | 0.80 | 0.10 | 0.27 | 307.6 | 0.67 | 0.44 |
| Hex | BB | 25 | A8 | 0 | 50 | A | 1B | 134 | 43 | 2C |
| Octal | 273 | 45 | 250 | 0 | 120 | 12 | 33 | 464 | 103 | 54 |
| Binary | 10111011 | 100101 | 10101000 | 0 | 1010000 | 1010 | 11011 | 100110100 | 1000011 | 101100 |
Color Harmonies of #BB25A8
Complementary color
Monochromatic Colors of #BB25A8
Black with #BB25A8
Text Example
Text Example
White with #BB25A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB25A8; }
p { color: rgb(187,37,168); }
H1.HeaderClassName
{
color: #BB25A8;
}
.AnyTagClassName
{
color: #BB25A8;
}
</style>
background-color css
<style>
a { background-color: #BB25A8; }
a { background-color: rgb(187,37,168); }
div.DivClassName
{
background-color: #BB25A8;
}
.BgClassName
{
background-color: #BB25A8;
}
</style>
border-color css
<style>
span { border-color: #BB25A8; }
span { border-color: rgb(187,37,168); }
td.TdClassName
{
border-color: #BB25A8;
}
.TagClassName
{
border-color: #BB25A8;
}
</style>