Shades of Medium Red Violet #BB25AD
Tints of Medium Red Violet #BB25AD
RGB
CMYK
RGB Variations
Color information
#BB25AD (or 0xBB25AD) is known color: Medium Red Violet. HEX triplet: BB, 25 and AD. RGB value is (187,37,173). Sum of RGB (Red+Green+Blue) = 187+37+173=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB25AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB25AD is #44DA52. Grayscale: #606060. Windows color (decimal): -4512339 or 11347387. OLE color: 11347387.
HSL color Cylindrical-coordinate representation of color #BB25AD: hue angle of 305.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 #BB25AD is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 173 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.27 |
| HSL | 305.6º | 0.67% | 0.44% | - |
| HSV(B) | 305.6º | 0.8% | 0.73% | - |
| XYZ | 28.7 | 14.91 | 40.9 | - |
| YUV | 97.35 | 170.7 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 173 | 0 | 0.80 | 0.07 | 0.27 | 305.6 | 0.67 | 0.44 |
| Hex | BB | 25 | AD | 0 | 50 | 7 | 1B | 132 | 43 | 2C |
| Octal | 273 | 45 | 255 | 0 | 120 | 7 | 33 | 462 | 103 | 54 |
| Binary | 10111011 | 100101 | 10101101 | 0 | 1010000 | 111 | 11011 | 100110010 | 1000011 | 101100 |
Color Harmonies of #BB25AD
Complementary color
Monochromatic Colors of #BB25AD
Black with #BB25AD
Text Example
Text Example
White with #BB25AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB25AD; }
p { color: rgb(187,37,173); }
H1.HeaderClassName
{
color: #BB25AD;
}
.AnyTagClassName
{
color: #BB25AD;
}
</style>
background-color css
<style>
a { background-color: #BB25AD; }
a { background-color: rgb(187,37,173); }
div.DivClassName
{
background-color: #BB25AD;
}
.BgClassName
{
background-color: #BB25AD;
}
</style>
border-color css
<style>
span { border-color: #BB25AD; }
span { border-color: rgb(187,37,173); }
td.TdClassName
{
border-color: #BB25AD;
}
.TagClassName
{
border-color: #BB25AD;
}
</style>