Shades of Medium Red Violet #BB348A
Tints of Medium Red Violet #BB348A
RGB
CMYK
RGB Variations
Color information
#BB348A (or 0xBB348A) is known color: Medium Red Violet. HEX triplet: BB, 34 and 8A. RGB value is (187,52,138). Sum of RGB (Red+Green+Blue) = 187+52+138=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB348A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB348A is #44CB75. Grayscale: #656565. Windows color (decimal): -4508534 or 9057467. OLE color: 9057467.
HSL color Cylindrical-coordinate representation of color #BB348A: hue angle of 321.78º 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 #BB348A is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 52 | 138 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.27 |
| HSL | 321.78º | 0.56% | 0.47% | - |
| HSV(B) | 321.78º | 0.72% | 0.73% | - |
| XYZ | 26.31 | 14.86 | 25.53 | - |
| YUV | 102.17 | 148.23 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 138 | 0 | 0.72 | 0.26 | 0.27 | 321.78 | 0.56 | 0.47 |
| Hex | BB | 34 | 8A | 0 | 48 | 1A | 1B | 142 | 38 | 2F |
| Octal | 273 | 64 | 212 | 0 | 110 | 32 | 33 | 502 | 70 | 57 |
| Binary | 10111011 | 110100 | 10001010 | 0 | 1001000 | 11010 | 11011 | 101000010 | 111000 | 101111 |
Color Harmonies of #BB348A
Complementary color
Monochromatic Colors of #BB348A
Black with #BB348A
Text Example
Text Example
White with #BB348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB348A; }
p { color: rgb(187,52,138); }
H1.HeaderClassName
{
color: #BB348A;
}
.AnyTagClassName
{
color: #BB348A;
}
</style>
background-color css
<style>
a { background-color: #BB348A; }
a { background-color: rgb(187,52,138); }
div.DivClassName
{
background-color: #BB348A;
}
.BgClassName
{
background-color: #BB348A;
}
</style>
border-color css
<style>
span { border-color: #BB348A; }
span { border-color: rgb(187,52,138); }
td.TdClassName
{
border-color: #BB348A;
}
.TagClassName
{
border-color: #BB348A;
}
</style>