Shades of Medium Red Violet #B7288B
Tints of Medium Red Violet #B7288B
RGB
CMYK
RGB Variations
Color information
#B7288B (or 0xB7288B) is known color: Medium Red Violet. HEX triplet: B7, 28 and 8B. RGB value is (183,40,139). Sum of RGB (Red+Green+Blue) = 183+40+139=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B7288B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7288B is #48D774. Grayscale: #5D5D5D. Windows color (decimal): -4773749 or 9119927. OLE color: 9119927.
HSL color Cylindrical-coordinate representation of color #B7288B: hue angle of 318.46º 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 #B7288B is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 40 | 139 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.28 |
| HSL | 318.46º | 0.64% | 0.44% | - |
| HSV(B) | 318.46º | 0.78% | 0.72% | - |
| XYZ | 24.95 | 13.45 | 25.71 | - |
| YUV | 94.04 | 153.38 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 139 | 0 | 0.78 | 0.24 | 0.28 | 318.46 | 0.64 | 0.44 |
| Hex | B7 | 28 | 8B | 0 | 4E | 18 | 1C | 13E | 40 | 2C |
| Octal | 267 | 50 | 213 | 0 | 116 | 30 | 34 | 476 | 100 | 54 |
| Binary | 10110111 | 101000 | 10001011 | 0 | 1001110 | 11000 | 11100 | 100111110 | 1000000 | 101100 |
Color Harmonies of #B7288B
Complementary color
Monochromatic Colors of #B7288B
Black with #B7288B
Text Example
Text Example
White with #B7288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7288B; }
p { color: rgb(183,40,139); }
H1.HeaderClassName
{
color: #B7288B;
}
.AnyTagClassName
{
color: #B7288B;
}
</style>
background-color css
<style>
a { background-color: #B7288B; }
a { background-color: rgb(183,40,139); }
div.DivClassName
{
background-color: #B7288B;
}
.BgClassName
{
background-color: #B7288B;
}
</style>
border-color css
<style>
span { border-color: #B7288B; }
span { border-color: rgb(183,40,139); }
td.TdClassName
{
border-color: #B7288B;
}
.TagClassName
{
border-color: #B7288B;
}
</style>