Shades of Medium Red Violet #BB349D
Tints of Medium Red Violet #BB349D
RGB
CMYK
RGB Variations
Color information
#BB349D (or 0xBB349D) is known color: Medium Red Violet. HEX triplet: BB, 34 and 9D. RGB value is (187,52,157). Sum of RGB (Red+Green+Blue) = 187+52+157=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB349D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB349D is #44CB62. Grayscale: #686868. Windows color (decimal): -4508515 or 10302651. OLE color: 10302651.
HSL color Cylindrical-coordinate representation of color #BB349D: hue angle of 313.33º 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 #BB349D is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 52 | 157 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.27 |
| HSL | 313.33º | 0.56% | 0.47% | - |
| HSV(B) | 313.33º | 0.72% | 0.73% | - |
| XYZ | 27.81 | 15.46 | 33.42 | - |
| YUV | 104.34 | 157.73 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 157 | 0 | 0.72 | 0.16 | 0.27 | 313.33 | 0.56 | 0.47 |
| Hex | BB | 34 | 9D | 0 | 48 | 10 | 1B | 139 | 38 | 2F |
| Octal | 273 | 64 | 235 | 0 | 110 | 20 | 33 | 471 | 70 | 57 |
| Binary | 10111011 | 110100 | 10011101 | 0 | 1001000 | 10000 | 11011 | 100111001 | 111000 | 101111 |
Color Harmonies of #BB349D
Complementary color
Monochromatic Colors of #BB349D
Black with #BB349D
Text Example
Text Example
White with #BB349D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB349D; }
p { color: rgb(187,52,157); }
H1.HeaderClassName
{
color: #BB349D;
}
.AnyTagClassName
{
color: #BB349D;
}
</style>
background-color css
<style>
a { background-color: #BB349D; }
a { background-color: rgb(187,52,157); }
div.DivClassName
{
background-color: #BB349D;
}
.BgClassName
{
background-color: #BB349D;
}
</style>
border-color css
<style>
span { border-color: #BB349D; }
span { border-color: rgb(187,52,157); }
td.TdClassName
{
border-color: #BB349D;
}
.TagClassName
{
border-color: #BB349D;
}
</style>