Shades of Medium Red Violet #BB369D
Tints of Medium Red Violet #BB369D
RGB
CMYK
RGB Variations
Color information
#BB369D (or 0xBB369D) is known color: Medium Red Violet. HEX triplet: BB, 36 and 9D. RGB value is (187,54,157). Sum of RGB (Red+Green+Blue) = 187+54+157=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 54 (21.48% from 255 or 13.57% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB369D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB369D is #44C962. Grayscale: #696969. Windows color (decimal): -4508003 or 10303163. OLE color: 10303163.
HSL color Cylindrical-coordinate representation of color #BB369D: hue angle of 313.53º 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 #BB369D is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 54 | 157 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.27 |
| HSL | 313.53º | 0.55% | 0.47% | - |
| HSV(B) | 313.53º | 0.71% | 0.73% | - |
| XYZ | 27.9 | 15.64 | 33.45 | - |
| YUV | 105.51 | 157.06 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 54 | 157 | 0 | 0.71 | 0.16 | 0.27 | 313.53 | 0.55 | 0.47 |
| Hex | BB | 36 | 9D | 0 | 47 | 10 | 1B | 13A | 37 | 2F |
| Octal | 273 | 66 | 235 | 0 | 107 | 20 | 33 | 472 | 67 | 57 |
| Binary | 10111011 | 110110 | 10011101 | 0 | 1000111 | 10000 | 11011 | 100111010 | 110111 | 101111 |
Color Harmonies of #BB369D
Complementary color
Monochromatic Colors of #BB369D
Black with #BB369D
Text Example
Text Example
White with #BB369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB369D; }
p { color: rgb(187,54,157); }
H1.HeaderClassName
{
color: #BB369D;
}
.AnyTagClassName
{
color: #BB369D;
}
</style>
background-color css
<style>
a { background-color: #BB369D; }
a { background-color: rgb(187,54,157); }
div.DivClassName
{
background-color: #BB369D;
}
.BgClassName
{
background-color: #BB369D;
}
</style>
border-color css
<style>
span { border-color: #BB369D; }
span { border-color: rgb(187,54,157); }
td.TdClassName
{
border-color: #BB369D;
}
.TagClassName
{
border-color: #BB369D;
}
</style>