Shades of Medium Red Violet #BB358D
Tints of Medium Red Violet #BB358D
RGB
CMYK
RGB Variations
Color information
#BB358D (or 0xBB358D) is known color: Medium Red Violet. HEX triplet: BB, 35 and 8D. RGB value is (187,53,141). Sum of RGB (Red+Green+Blue) = 187+53+141=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB358D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB358D is #44CA72. Grayscale: #666666. Windows color (decimal): -4508275 or 9254331. OLE color: 9254331.
HSL color Cylindrical-coordinate representation of color #BB358D: hue angle of 320.6º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB358D is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 53 | 141 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.27 |
| HSL | 320.6º | 0.56% | 0.47% | - |
| HSV(B) | 320.6º | 0.72% | 0.73% | - |
| XYZ | 26.57 | 15.03 | 26.7 | - |
| YUV | 103.1 | 149.39 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 53 | 141 | 0 | 0.72 | 0.25 | 0.27 | 320.6 | 0.56 | 0.47 |
| Hex | BB | 35 | 8D | 0 | 48 | 19 | 1B | 141 | 38 | 2F |
| Octal | 273 | 65 | 215 | 0 | 110 | 31 | 33 | 501 | 70 | 57 |
| Binary | 10111011 | 110101 | 10001101 | 0 | 1001000 | 11001 | 11011 | 101000001 | 111000 | 101111 |
Color Harmonies of #BB358D
Complementary color
Monochromatic Colors of #BB358D
Black with #BB358D
Text Example
Text Example
White with #BB358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB358D; }
p { color: rgb(187,53,141); }
H1.HeaderClassName
{
color: #BB358D;
}
.AnyTagClassName
{
color: #BB358D;
}
</style>
background-color css
<style>
a { background-color: #BB358D; }
a { background-color: rgb(187,53,141); }
div.DivClassName
{
background-color: #BB358D;
}
.BgClassName
{
background-color: #BB358D;
}
</style>
border-color css
<style>
span { border-color: #BB358D; }
span { border-color: rgb(187,53,141); }
td.TdClassName
{
border-color: #BB358D;
}
.TagClassName
{
border-color: #BB358D;
}
</style>