Shades of Medium Red Violet #BB2585
Tints of Medium Red Violet #BB2585
RGB
CMYK
RGB Variations
Color information
#BB2585 (or 0xBB2585) is known color: Medium Red Violet. HEX triplet: BB, 25 and 85. RGB value is (187,37,133). Sum of RGB (Red+Green+Blue) = 187+37+133=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2585 is #44DA7A. Grayscale: #5C5C5C. Windows color (decimal): -4512379 or 8725947. OLE color: 8725947.
HSL color Cylindrical-coordinate representation of color #BB2585: hue angle of 321.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 #BB2585 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 133 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.27 |
| HSL | 321.6º | 0.67% | 0.44% | - |
| HSV(B) | 321.6º | 0.8% | 0.73% | - |
| XYZ | 25.39 | 13.58 | 23.47 | - |
| YUV | 92.79 | 150.7 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 133 | 0 | 0.80 | 0.29 | 0.27 | 321.6 | 0.67 | 0.44 |
| Hex | BB | 25 | 85 | 0 | 50 | 1D | 1B | 142 | 43 | 2C |
| Octal | 273 | 45 | 205 | 0 | 120 | 35 | 33 | 502 | 103 | 54 |
| Binary | 10111011 | 100101 | 10000101 | 0 | 1010000 | 11101 | 11011 | 101000010 | 1000011 | 101100 |
Color Harmonies of #BB2585
Complementary color
Monochromatic Colors of #BB2585
Black with #BB2585
Text Example
Text Example
White with #BB2585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2585; }
p { color: rgb(187,37,133); }
H1.HeaderClassName
{
color: #BB2585;
}
.AnyTagClassName
{
color: #BB2585;
}
</style>
background-color css
<style>
a { background-color: #BB2585; }
a { background-color: rgb(187,37,133); }
div.DivClassName
{
background-color: #BB2585;
}
.BgClassName
{
background-color: #BB2585;
}
</style>
border-color css
<style>
span { border-color: #BB2585; }
span { border-color: rgb(187,37,133); }
td.TdClassName
{
border-color: #BB2585;
}
.TagClassName
{
border-color: #BB2585;
}
</style>