Shades of Medium Red Violet #BB3685
Tints of Medium Red Violet #BB3685
RGB
CMYK
RGB Variations
Color information
#BB3685 (or 0xBB3685) is known color: Medium Red Violet. HEX triplet: BB, 36 and 85. RGB value is (187,54,133). Sum of RGB (Red+Green+Blue) = 187+54+133=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 54 (21.48% from 255 or 14.44% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3685 is #44C97A. Grayscale: #666666. Windows color (decimal): -4508027 or 8730299. OLE color: 8730299.
HSL color Cylindrical-coordinate representation of color #BB3685: hue angle of 324.36º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB3685 is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 54 | 133 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.27 |
| HSL | 324.36º | 0.55% | 0.47% | - |
| HSV(B) | 324.36º | 0.71% | 0.73% | - |
| XYZ | 26.05 | 14.9 | 23.69 | - |
| YUV | 102.77 | 145.06 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 54 | 133 | 0 | 0.71 | 0.29 | 0.27 | 324.36 | 0.55 | 0.47 |
| Hex | BB | 36 | 85 | 0 | 47 | 1D | 1B | 144 | 37 | 2F |
| Octal | 273 | 66 | 205 | 0 | 107 | 35 | 33 | 504 | 67 | 57 |
| Binary | 10111011 | 110110 | 10000101 | 0 | 1000111 | 11101 | 11011 | 101000100 | 110111 | 101111 |
Color Harmonies of #BB3685
Complementary color
Monochromatic Colors of #BB3685
Black with #BB3685
Text Example
Text Example
White with #BB3685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3685; }
p { color: rgb(187,54,133); }
H1.HeaderClassName
{
color: #BB3685;
}
.AnyTagClassName
{
color: #BB3685;
}
</style>
background-color css
<style>
a { background-color: #BB3685; }
a { background-color: rgb(187,54,133); }
div.DivClassName
{
background-color: #BB3685;
}
.BgClassName
{
background-color: #BB3685;
}
</style>
border-color css
<style>
span { border-color: #BB3685; }
span { border-color: rgb(187,54,133); }
td.TdClassName
{
border-color: #BB3685;
}
.TagClassName
{
border-color: #BB3685;
}
</style>