Shades of Medium Red Violet #BB339D
Tints of Medium Red Violet #BB339D
RGB
CMYK
RGB Variations
Color information
#BB339D (or 0xBB339D) is known color: Medium Red Violet. HEX triplet: BB, 33 and 9D. RGB value is (187,51,157). Sum of RGB (Red+Green+Blue) = 187+51+157=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 51 (20.31% from 255 or 12.91% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB339D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB339D is #44CC62. Grayscale: #676767. Windows color (decimal): -4508771 or 10302395. OLE color: 10302395.
HSL color Cylindrical-coordinate representation of color #BB339D: hue angle of 313.24º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB339D is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 51 | 157 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.27 |
| HSL | 313.24º | 0.57% | 0.47% | - |
| HSV(B) | 313.24º | 0.73% | 0.73% | - |
| XYZ | 27.76 | 15.37 | 33.4 | - |
| YUV | 103.75 | 158.06 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 51 | 157 | 0 | 0.73 | 0.16 | 0.27 | 313.24 | 0.57 | 0.47 |
| Hex | BB | 33 | 9D | 0 | 49 | 10 | 1B | 139 | 39 | 2F |
| Octal | 273 | 63 | 235 | 0 | 111 | 20 | 33 | 471 | 71 | 57 |
| Binary | 10111011 | 110011 | 10011101 | 0 | 1001001 | 10000 | 11011 | 100111001 | 111001 | 101111 |
Color Harmonies of #BB339D
Complementary color
Monochromatic Colors of #BB339D
Black with #BB339D
Text Example
Text Example
White with #BB339D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB339D; }
p { color: rgb(187,51,157); }
H1.HeaderClassName
{
color: #BB339D;
}
.AnyTagClassName
{
color: #BB339D;
}
</style>
background-color css
<style>
a { background-color: #BB339D; }
a { background-color: rgb(187,51,157); }
div.DivClassName
{
background-color: #BB339D;
}
.BgClassName
{
background-color: #BB339D;
}
</style>
border-color css
<style>
span { border-color: #BB339D; }
span { border-color: rgb(187,51,157); }
td.TdClassName
{
border-color: #BB339D;
}
.TagClassName
{
border-color: #BB339D;
}
</style>