Shades of Medium Red Violet #BB368C
Tints of Medium Red Violet #BB368C
RGB
CMYK
RGB Variations
Color information
#BB368C (or 0xBB368C) is known color: Medium Red Violet. HEX triplet: BB, 36 and 8C. RGB value is (187,54,140). Sum of RGB (Red+Green+Blue) = 187+54+140=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB368C is #44C973. Grayscale: #676767. Windows color (decimal): -4508020 or 9189051. OLE color: 9189051.
HSL color Cylindrical-coordinate representation of color #BB368C: hue angle of 321.2º 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 #BB368C is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 54 | 140 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.27 |
| HSL | 321.2º | 0.55% | 0.47% | - |
| HSV(B) | 321.2º | 0.71% | 0.73% | - |
| XYZ | 26.55 | 15.1 | 26.33 | - |
| YUV | 103.57 | 148.56 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 54 | 140 | 0 | 0.71 | 0.25 | 0.27 | 321.2 | 0.55 | 0.47 |
| Hex | BB | 36 | 8C | 0 | 47 | 19 | 1B | 141 | 37 | 2F |
| Octal | 273 | 66 | 214 | 0 | 107 | 31 | 33 | 501 | 67 | 57 |
| Binary | 10111011 | 110110 | 10001100 | 0 | 1000111 | 11001 | 11011 | 101000001 | 110111 | 101111 |
Color Harmonies of #BB368C
Complementary color
Monochromatic Colors of #BB368C
Black with #BB368C
Text Example
Text Example
White with #BB368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB368C; }
p { color: rgb(187,54,140); }
H1.HeaderClassName
{
color: #BB368C;
}
.AnyTagClassName
{
color: #BB368C;
}
</style>
background-color css
<style>
a { background-color: #BB368C; }
a { background-color: rgb(187,54,140); }
div.DivClassName
{
background-color: #BB368C;
}
.BgClassName
{
background-color: #BB368C;
}
</style>
border-color css
<style>
span { border-color: #BB368C; }
span { border-color: rgb(187,54,140); }
td.TdClassName
{
border-color: #BB368C;
}
.TagClassName
{
border-color: #BB368C;
}
</style>