Shades of Medium Red Violet #BB2685
Tints of Medium Red Violet #BB2685
RGB
CMYK
RGB Variations
Color information
#BB2685 (or 0xBB2685) is known color: Medium Red Violet. HEX triplet: BB, 26 and 85. RGB value is (187,38,133). Sum of RGB (Red+Green+Blue) = 187+38+133=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2685 is #44D97A. Grayscale: #5D5D5D. Windows color (decimal): -4512123 or 8726203. OLE color: 8726203.
HSL color Cylindrical-coordinate representation of color #BB2685: hue angle of 321.74º degrees, saturation: 0.66, 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 #BB2685 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 38 | 133 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.27 |
| HSL | 321.75º | 0.66% | 0.44% | - |
| HSV(B) | 321.75º | 0.8% | 0.73% | - |
| XYZ | 25.42 | 13.64 | 23.48 | - |
| YUV | 93.38 | 150.36 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 133 | 0 | 0.80 | 0.29 | 0.27 | 321.75 | 0.66 | 0.44 |
| Hex | BB | 26 | 85 | 0 | 50 | 1D | 1B | 142 | 42 | 2C |
| Octal | 273 | 46 | 205 | 0 | 120 | 35 | 33 | 502 | 102 | 54 |
| Binary | 10111011 | 100110 | 10000101 | 0 | 1010000 | 11101 | 11011 | 101000010 | 1000010 | 101100 |
Color Harmonies of #BB2685
Complementary color
Monochromatic Colors of #BB2685
Black with #BB2685
Text Example
Text Example
White with #BB2685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2685; }
p { color: rgb(187,38,133); }
H1.HeaderClassName
{
color: #BB2685;
}
.AnyTagClassName
{
color: #BB2685;
}
</style>
background-color css
<style>
a { background-color: #BB2685; }
a { background-color: rgb(187,38,133); }
div.DivClassName
{
background-color: #BB2685;
}
.BgClassName
{
background-color: #BB2685;
}
</style>
border-color css
<style>
span { border-color: #BB2685; }
span { border-color: rgb(187,38,133); }
td.TdClassName
{
border-color: #BB2685;
}
.TagClassName
{
border-color: #BB2685;
}
</style>