Shades of Medium Red Violet #BB367A
Tints of Medium Red Violet #BB367A
RGB
CMYK
RGB Variations
Color information
#BB367A (or 0xBB367A) is known color: Medium Red Violet. HEX triplet: BB, 36 and 7A. RGB value is (187,54,122). Sum of RGB (Red+Green+Blue) = 187+54+122=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB367A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB367A is #44C985. Grayscale: #656565. Windows color (decimal): -4508038 or 8009403. OLE color: 8009403.
HSL color Cylindrical-coordinate representation of color #BB367A: hue angle of 329.32º 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 #BB367A is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 54 | 122 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.27 |
| HSL | 329.32º | 0.55% | 0.47% | - |
| HSV(B) | 329.32º | 0.71% | 0.73% | - |
| XYZ | 25.33 | 14.61 | 19.9 | - |
| YUV | 101.52 | 139.56 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 54 | 122 | 0 | 0.71 | 0.35 | 0.27 | 329.32 | 0.55 | 0.47 |
| Hex | BB | 36 | 7A | 0 | 47 | 23 | 1B | 149 | 37 | 2F |
| Octal | 273 | 66 | 172 | 0 | 107 | 43 | 33 | 511 | 67 | 57 |
| Binary | 10111011 | 110110 | 1111010 | 0 | 1000111 | 100011 | 11011 | 101001001 | 110111 | 101111 |
Color Harmonies of #BB367A
Complementary color
Monochromatic Colors of #BB367A
Black with #BB367A
Text Example
Text Example
White with #BB367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB367A; }
p { color: rgb(187,54,122); }
H1.HeaderClassName
{
color: #BB367A;
}
.AnyTagClassName
{
color: #BB367A;
}
</style>
background-color css
<style>
a { background-color: #BB367A; }
a { background-color: rgb(187,54,122); }
div.DivClassName
{
background-color: #BB367A;
}
.BgClassName
{
background-color: #BB367A;
}
</style>
border-color css
<style>
span { border-color: #BB367A; }
span { border-color: rgb(187,54,122); }
td.TdClassName
{
border-color: #BB367A;
}
.TagClassName
{
border-color: #BB367A;
}
</style>