Shades of Medium Red Violet #BB308D
Tints of Medium Red Violet #BB308D
RGB
CMYK
RGB Variations
Color information
#BB308D (or 0xBB308D) is known color: Medium Red Violet. HEX triplet: BB, 30 and 8D. RGB value is (187,48,141). Sum of RGB (Red+Green+Blue) = 187+48+141=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB308D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB308D is #44CF72. Grayscale: #636363. Windows color (decimal): -4509555 or 9253051. OLE color: 9253051.
HSL color Cylindrical-coordinate representation of color #BB308D: hue angle of 319.86º 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 #BB308D is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 48 | 141 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.27 |
| HSL | 319.86º | 0.59% | 0.46% | - |
| HSV(B) | 319.86º | 0.74% | 0.73% | - |
| XYZ | 26.36 | 14.6 | 26.63 | - |
| YUV | 100.16 | 151.05 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 141 | 0 | 0.74 | 0.25 | 0.27 | 319.86 | 0.59 | 0.46 |
| Hex | BB | 30 | 8D | 0 | 4A | 19 | 1B | 140 | 3B | 2E |
| Octal | 273 | 60 | 215 | 0 | 112 | 31 | 33 | 500 | 73 | 56 |
| Binary | 10111011 | 110000 | 10001101 | 0 | 1001010 | 11001 | 11011 | 101000000 | 111011 | 101110 |
Color Harmonies of #BB308D
Complementary color
Monochromatic Colors of #BB308D
Black with #BB308D
Text Example
Text Example
White with #BB308D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB308D; }
p { color: rgb(187,48,141); }
H1.HeaderClassName
{
color: #BB308D;
}
.AnyTagClassName
{
color: #BB308D;
}
</style>
background-color css
<style>
a { background-color: #BB308D; }
a { background-color: rgb(187,48,141); }
div.DivClassName
{
background-color: #BB308D;
}
.BgClassName
{
background-color: #BB308D;
}
</style>
border-color css
<style>
span { border-color: #BB308D; }
span { border-color: rgb(187,48,141); }
td.TdClassName
{
border-color: #BB308D;
}
.TagClassName
{
border-color: #BB308D;
}
</style>