Shades of Medium Red Violet #BB367B
Tints of Medium Red Violet #BB367B
RGB
CMYK
RGB Variations
Color information
#BB367B (or 0xBB367B) is known color: Medium Red Violet. HEX triplet: BB, 36 and 7B. RGB value is (187,54,123). Sum of RGB (Red+Green+Blue) = 187+54+123=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB367B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB367B is #44C984. Grayscale: #656565. Windows color (decimal): -4508037 or 8074939. OLE color: 8074939.
HSL color Cylindrical-coordinate representation of color #BB367B: hue angle of 328.87º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB367B is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 54 | 123 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.27 |
| HSL | 328.87º | 0.55% | 0.47% | - |
| HSV(B) | 328.87º | 0.71% | 0.73% | - |
| XYZ | 25.39 | 14.63 | 20.23 | - |
| YUV | 101.63 | 140.06 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 54 | 123 | 0 | 0.71 | 0.34 | 0.27 | 328.87 | 0.55 | 0.47 |
| Hex | BB | 36 | 7B | 0 | 47 | 22 | 1B | 149 | 37 | 2F |
| Octal | 273 | 66 | 173 | 0 | 107 | 42 | 33 | 511 | 67 | 57 |
| Binary | 10111011 | 110110 | 1111011 | 0 | 1000111 | 100010 | 11011 | 101001001 | 110111 | 101111 |
Color Harmonies of #BB367B
Complementary color
Monochromatic Colors of #BB367B
Black with #BB367B
Text Example
Text Example
White with #BB367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB367B; }
p { color: rgb(187,54,123); }
H1.HeaderClassName
{
color: #BB367B;
}
.AnyTagClassName
{
color: #BB367B;
}
</style>
background-color css
<style>
a { background-color: #BB367B; }
a { background-color: rgb(187,54,123); }
div.DivClassName
{
background-color: #BB367B;
}
.BgClassName
{
background-color: #BB367B;
}
</style>
border-color css
<style>
span { border-color: #BB367B; }
span { border-color: rgb(187,54,123); }
td.TdClassName
{
border-color: #BB367B;
}
.TagClassName
{
border-color: #BB367B;
}
</style>