Shades of Medium Red Violet #B8287B
Tints of Medium Red Violet #B8287B
RGB
CMYK
RGB Variations
Color information
#B8287B (or 0xB8287B) is known color: Medium Red Violet. HEX triplet: B8, 28 and 7B. RGB value is (184,40,123). Sum of RGB (Red+Green+Blue) = 184+40+123=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B8287B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8287B is #47D784. Grayscale: #5C5C5C. Windows color (decimal): -4708229 or 8071352. OLE color: 8071352.
HSL color Cylindrical-coordinate representation of color #B8287B: hue angle of 325.42º 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 #B8287B is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 40 | 123 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.28 |
| HSL | 325.42º | 0.64% | 0.44% | - |
| HSV(B) | 325.42º | 0.78% | 0.72% | - |
| XYZ | 24.1 | 13.14 | 20 | - |
| YUV | 92.52 | 145.21 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 123 | 0 | 0.78 | 0.33 | 0.28 | 325.42 | 0.64 | 0.44 |
| Hex | B8 | 28 | 7B | 0 | 4E | 21 | 1C | 145 | 40 | 2C |
| Octal | 270 | 50 | 173 | 0 | 116 | 41 | 34 | 505 | 100 | 54 |
| Binary | 10111000 | 101000 | 1111011 | 0 | 1001110 | 100001 | 11100 | 101000101 | 1000000 | 101100 |
Color Harmonies of #B8287B
Complementary color
Monochromatic Colors of #B8287B
Black with #B8287B
Text Example
Text Example
White with #B8287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8287B; }
p { color: rgb(184,40,123); }
H1.HeaderClassName
{
color: #B8287B;
}
.AnyTagClassName
{
color: #B8287B;
}
</style>
background-color css
<style>
a { background-color: #B8287B; }
a { background-color: rgb(184,40,123); }
div.DivClassName
{
background-color: #B8287B;
}
.BgClassName
{
background-color: #B8287B;
}
</style>
border-color css
<style>
span { border-color: #B8287B; }
span { border-color: rgb(184,40,123); }
td.TdClassName
{
border-color: #B8287B;
}
.TagClassName
{
border-color: #B8287B;
}
</style>