Shades of Medium Red Violet #B8289A
Tints of Medium Red Violet #B8289A
RGB
CMYK
RGB Variations
Color information
#B8289A (or 0xB8289A) is known color: Medium Red Violet. HEX triplet: B8, 28 and 9A. RGB value is (184,40,154). Sum of RGB (Red+Green+Blue) = 184+40+154=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 40 (16.02% from 255 or 10.58% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B8289A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8289A is #47D765. Grayscale: #5F5F5F. Windows color (decimal): -4708198 or 10102968. OLE color: 10102968.
HSL color Cylindrical-coordinate representation of color #B8289A: hue angle of 312.5º 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 #B8289A is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 40 | 154 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.28 |
| HSL | 312.5º | 0.64% | 0.44% | - |
| HSV(B) | 312.5º | 0.78% | 0.72% | - |
| XYZ | 26.36 | 14.04 | 31.89 | - |
| YUV | 96.05 | 160.71 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 154 | 0 | 0.78 | 0.16 | 0.28 | 312.5 | 0.64 | 0.44 |
| Hex | B8 | 28 | 9A | 0 | 4E | 10 | 1C | 138 | 40 | 2C |
| Octal | 270 | 50 | 232 | 0 | 116 | 20 | 34 | 470 | 100 | 54 |
| Binary | 10111000 | 101000 | 10011010 | 0 | 1001110 | 10000 | 11100 | 100111000 | 1000000 | 101100 |
Color Harmonies of #B8289A
Complementary color
Monochromatic Colors of #B8289A
Black with #B8289A
Text Example
Text Example
White with #B8289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8289A; }
p { color: rgb(184,40,154); }
H1.HeaderClassName
{
color: #B8289A;
}
.AnyTagClassName
{
color: #B8289A;
}
</style>
background-color css
<style>
a { background-color: #B8289A; }
a { background-color: rgb(184,40,154); }
div.DivClassName
{
background-color: #B8289A;
}
.BgClassName
{
background-color: #B8289A;
}
</style>
border-color css
<style>
span { border-color: #B8289A; }
span { border-color: rgb(184,40,154); }
td.TdClassName
{
border-color: #B8289A;
}
.TagClassName
{
border-color: #B8289A;
}
</style>