Shades of Medium Red Violet #BB25A1
Tints of Medium Red Violet #BB25A1
RGB
CMYK
RGB Variations
Color information
#BB25A1 (or 0xBB25A1) is known color: Medium Red Violet. HEX triplet: BB, 25 and A1. RGB value is (187,37,161). Sum of RGB (Red+Green+Blue) = 187+37+161=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB25A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB25A1 is #44DA5E. Grayscale: #5F5F5F. Windows color (decimal): -4512351 or 10560955. OLE color: 10560955.
HSL color Cylindrical-coordinate representation of color #BB25A1: hue angle of 310.4º 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 #BB25A1 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 161 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.27 |
| HSL | 310.4º | 0.67% | 0.44% | - |
| HSV(B) | 310.4º | 0.8% | 0.73% | - |
| XYZ | 27.59 | 14.46 | 35.06 | - |
| YUV | 95.99 | 164.7 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 161 | 0 | 0.80 | 0.14 | 0.27 | 310.4 | 0.67 | 0.44 |
| Hex | BB | 25 | A1 | 0 | 50 | E | 1B | 136 | 43 | 2C |
| Octal | 273 | 45 | 241 | 0 | 120 | 16 | 33 | 466 | 103 | 54 |
| Binary | 10111011 | 100101 | 10100001 | 0 | 1010000 | 1110 | 11011 | 100110110 | 1000011 | 101100 |
Color Harmonies of #BB25A1
Complementary color
Monochromatic Colors of #BB25A1
Black with #BB25A1
Text Example
Text Example
White with #BB25A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB25A1; }
p { color: rgb(187,37,161); }
H1.HeaderClassName
{
color: #BB25A1;
}
.AnyTagClassName
{
color: #BB25A1;
}
</style>
background-color css
<style>
a { background-color: #BB25A1; }
a { background-color: rgb(187,37,161); }
div.DivClassName
{
background-color: #BB25A1;
}
.BgClassName
{
background-color: #BB25A1;
}
</style>
border-color css
<style>
span { border-color: #BB25A1; }
span { border-color: rgb(187,37,161); }
td.TdClassName
{
border-color: #BB25A1;
}
.TagClassName
{
border-color: #BB25A1;
}
</style>