Shades of Medium Red Violet #BB3085
Tints of Medium Red Violet #BB3085
RGB
CMYK
RGB Variations
Color information
#BB3085 (or 0xBB3085) is known color: Medium Red Violet. HEX triplet: BB, 30 and 85. RGB value is (187,48,133). Sum of RGB (Red+Green+Blue) = 187+48+133=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 48 (19.14% from 255 or 13.04% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3085 is #44CF7A. Grayscale: #636363. Windows color (decimal): -4509563 or 8728763. OLE color: 8728763.
HSL color Cylindrical-coordinate representation of color #BB3085: hue angle of 323.31º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB3085 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 48 | 133 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.27 |
| HSL | 323.31º | 0.59% | 0.46% | - |
| HSV(B) | 323.31º | 0.74% | 0.73% | - |
| XYZ | 25.78 | 14.37 | 23.61 | - |
| YUV | 99.25 | 147.05 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 133 | 0 | 0.74 | 0.29 | 0.27 | 323.31 | 0.59 | 0.46 |
| Hex | BB | 30 | 85 | 0 | 4A | 1D | 1B | 143 | 3B | 2E |
| Octal | 273 | 60 | 205 | 0 | 112 | 35 | 33 | 503 | 73 | 56 |
| Binary | 10111011 | 110000 | 10000101 | 0 | 1001010 | 11101 | 11011 | 101000011 | 111011 | 101110 |
Color Harmonies of #BB3085
Complementary color
Monochromatic Colors of #BB3085
Black with #BB3085
Text Example
Text Example
White with #BB3085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3085; }
p { color: rgb(187,48,133); }
H1.HeaderClassName
{
color: #BB3085;
}
.AnyTagClassName
{
color: #BB3085;
}
</style>
background-color css
<style>
a { background-color: #BB3085; }
a { background-color: rgb(187,48,133); }
div.DivClassName
{
background-color: #BB3085;
}
.BgClassName
{
background-color: #BB3085;
}
</style>
border-color css
<style>
span { border-color: #BB3085; }
span { border-color: rgb(187,48,133); }
td.TdClassName
{
border-color: #BB3085;
}
.TagClassName
{
border-color: #BB3085;
}
</style>