Shades of Medium Red Violet #BB368A
Tints of Medium Red Violet #BB368A
RGB
CMYK
RGB Variations
Color information
#BB368A (or 0xBB368A) is known color: Medium Red Violet. HEX triplet: BB, 36 and 8A. RGB value is (187,54,138). Sum of RGB (Red+Green+Blue) = 187+54+138=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB368A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB368A is #44C975. Grayscale: #676767. Windows color (decimal): -4508022 or 9057979. OLE color: 9057979.
HSL color Cylindrical-coordinate representation of color #BB368A: hue angle of 322.11º 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 #BB368A is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 54 | 138 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.27 |
| HSL | 322.11º | 0.55% | 0.47% | - |
| HSV(B) | 322.11º | 0.71% | 0.73% | - |
| XYZ | 26.4 | 15.04 | 25.56 | - |
| YUV | 103.34 | 147.56 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 54 | 138 | 0 | 0.71 | 0.26 | 0.27 | 322.11 | 0.55 | 0.47 |
| Hex | BB | 36 | 8A | 0 | 47 | 1A | 1B | 142 | 37 | 2F |
| Octal | 273 | 66 | 212 | 0 | 107 | 32 | 33 | 502 | 67 | 57 |
| Binary | 10111011 | 110110 | 10001010 | 0 | 1000111 | 11010 | 11011 | 101000010 | 110111 | 101111 |
Color Harmonies of #BB368A
Complementary color
Monochromatic Colors of #BB368A
Black with #BB368A
Text Example
Text Example
White with #BB368A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB368A; }
p { color: rgb(187,54,138); }
H1.HeaderClassName
{
color: #BB368A;
}
.AnyTagClassName
{
color: #BB368A;
}
</style>
background-color css
<style>
a { background-color: #BB368A; }
a { background-color: rgb(187,54,138); }
div.DivClassName
{
background-color: #BB368A;
}
.BgClassName
{
background-color: #BB368A;
}
</style>
border-color css
<style>
span { border-color: #BB368A; }
span { border-color: rgb(187,54,138); }
td.TdClassName
{
border-color: #BB368A;
}
.TagClassName
{
border-color: #BB368A;
}
</style>