Shades of Medium Red Violet #B8289B
Tints of Medium Red Violet #B8289B
RGB
CMYK
RGB Variations
Color information
#B8289B (or 0xB8289B) is known color: Medium Red Violet. HEX triplet: B8, 28 and 9B. RGB value is (184,40,155). Sum of RGB (Red+Green+Blue) = 184+40+155=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B8289B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8289B is #47D764. Grayscale: #5F5F5F. Windows color (decimal): -4708197 or 10168504. OLE color: 10168504.
HSL color Cylindrical-coordinate representation of color #B8289B: hue angle of 312.08º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B8289B is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 40 | 155 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.28 |
| HSL | 312.08º | 0.64% | 0.44% | - |
| HSV(B) | 312.08º | 0.78% | 0.72% | - |
| XYZ | 26.44 | 14.07 | 32.33 | - |
| YUV | 96.17 | 161.21 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 155 | 0 | 0.78 | 0.16 | 0.28 | 312.08 | 0.64 | 0.44 |
| Hex | B8 | 28 | 9B | 0 | 4E | 10 | 1C | 138 | 40 | 2C |
| Octal | 270 | 50 | 233 | 0 | 116 | 20 | 34 | 470 | 100 | 54 |
| Binary | 10111000 | 101000 | 10011011 | 0 | 1001110 | 10000 | 11100 | 100111000 | 1000000 | 101100 |
Color Harmonies of #B8289B
Complementary color
Monochromatic Colors of #B8289B
Black with #B8289B
Text Example
Text Example
White with #B8289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8289B; }
p { color: rgb(184,40,155); }
H1.HeaderClassName
{
color: #B8289B;
}
.AnyTagClassName
{
color: #B8289B;
}
</style>
background-color css
<style>
a { background-color: #B8289B; }
a { background-color: rgb(184,40,155); }
div.DivClassName
{
background-color: #B8289B;
}
.BgClassName
{
background-color: #B8289B;
}
</style>
border-color css
<style>
span { border-color: #B8289B; }
span { border-color: rgb(184,40,155); }
td.TdClassName
{
border-color: #B8289B;
}
.TagClassName
{
border-color: #B8289B;
}
</style>