Shades of Medium Red Violet #B8288B
Tints of Medium Red Violet #B8288B
RGB
CMYK
RGB Variations
Color information
#B8288B (or 0xB8288B) is known color: Medium Red Violet. HEX triplet: B8, 28 and 8B. RGB value is (184,40,139). Sum of RGB (Red+Green+Blue) = 184+40+139=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B8288B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8288B is #47D774. Grayscale: #5E5E5E. Windows color (decimal): -4708213 or 9119928. OLE color: 9119928.
HSL color Cylindrical-coordinate representation of color #B8288B: hue angle of 318.75º 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 #B8288B is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 40 | 139 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.28 |
| HSL | 318.75º | 0.64% | 0.44% | - |
| HSV(B) | 318.75º | 0.78% | 0.72% | - |
| XYZ | 25.19 | 13.57 | 25.72 | - |
| YUV | 94.34 | 153.21 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 139 | 0 | 0.78 | 0.24 | 0.28 | 318.75 | 0.64 | 0.44 |
| Hex | B8 | 28 | 8B | 0 | 4E | 18 | 1C | 13F | 40 | 2C |
| Octal | 270 | 50 | 213 | 0 | 116 | 30 | 34 | 477 | 100 | 54 |
| Binary | 10111000 | 101000 | 10001011 | 0 | 1001110 | 11000 | 11100 | 100111111 | 1000000 | 101100 |
Color Harmonies of #B8288B
Complementary color
Monochromatic Colors of #B8288B
Black with #B8288B
Text Example
Text Example
White with #B8288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8288B; }
p { color: rgb(184,40,139); }
H1.HeaderClassName
{
color: #B8288B;
}
.AnyTagClassName
{
color: #B8288B;
}
</style>
background-color css
<style>
a { background-color: #B8288B; }
a { background-color: rgb(184,40,139); }
div.DivClassName
{
background-color: #B8288B;
}
.BgClassName
{
background-color: #B8288B;
}
</style>
border-color css
<style>
span { border-color: #B8288B; }
span { border-color: rgb(184,40,139); }
td.TdClassName
{
border-color: #B8288B;
}
.TagClassName
{
border-color: #B8288B;
}
</style>