Shades of Medium Red Violet #BB3F9B
Tints of Medium Red Violet #BB3F9B
RGB
CMYK
RGB Variations
Color information
#BB3F9B (or 0xBB3F9B) is known color: Medium Red Violet. HEX triplet: BB, 3F and 9B. RGB value is (187,63,155). Sum of RGB (Red+Green+Blue) = 187+63+155=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 63 (25% from 255 or 15.56% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3F9B is #44C064. Grayscale: #6E6E6E. Windows color (decimal): -4505701 or 10174395. OLE color: 10174395.
HSL color Cylindrical-coordinate representation of color #BB3F9B: hue angle of 315.48º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB3F9B is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 63 | 155 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.27 |
| HSL | 315.48º | 0.5% | 0.49% | - |
| HSV(B) | 315.48º | 0.66% | 0.73% | - |
| XYZ | 28.19 | 16.49 | 32.71 | - |
| YUV | 110.56 | 153.08 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 155 | 0 | 0.66 | 0.17 | 0.27 | 315.48 | 0.5 | 0.49 |
| Hex | BB | 3F | 9B | 0 | 42 | 11 | 1B | 13B | 32 | 31 |
| Octal | 273 | 77 | 233 | 0 | 102 | 21 | 33 | 473 | 62 | 61 |
| Binary | 10111011 | 111111 | 10011011 | 0 | 1000010 | 10001 | 11011 | 100111011 | 110010 | 110001 |
Color Harmonies of #BB3F9B
Complementary color
Monochromatic Colors of #BB3F9B
Black with #BB3F9B
Text Example
Text Example
White with #BB3F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3F9B; }
p { color: rgb(187,63,155); }
H1.HeaderClassName
{
color: #BB3F9B;
}
.AnyTagClassName
{
color: #BB3F9B;
}
</style>
background-color css
<style>
a { background-color: #BB3F9B; }
a { background-color: rgb(187,63,155); }
div.DivClassName
{
background-color: #BB3F9B;
}
.BgClassName
{
background-color: #BB3F9B;
}
</style>
border-color css
<style>
span { border-color: #BB3F9B; }
span { border-color: rgb(187,63,155); }
td.TdClassName
{
border-color: #BB3F9B;
}
.TagClassName
{
border-color: #BB3F9B;
}
</style>