Shades of Medium Red Violet #B7288A
Tints of Medium Red Violet #B7288A
RGB
CMYK
RGB Variations
Color information
#B7288A (or 0xB7288A) is known color: Medium Red Violet. HEX triplet: B7, 28 and 8A. RGB value is (183,40,138). Sum of RGB (Red+Green+Blue) = 183+40+138=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B7288A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7288A is #48D775. Grayscale: #5D5D5D. Windows color (decimal): -4773750 or 9054391. OLE color: 9054391.
HSL color Cylindrical-coordinate representation of color #B7288A: hue angle of 318.88º 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 #B7288A is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 40 | 138 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.28 |
| HSL | 318.88º | 0.64% | 0.44% | - |
| HSV(B) | 318.88º | 0.78% | 0.72% | - |
| XYZ | 24.87 | 13.42 | 25.32 | - |
| YUV | 93.93 | 152.88 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 138 | 0 | 0.78 | 0.25 | 0.28 | 318.88 | 0.64 | 0.44 |
| Hex | B7 | 28 | 8A | 0 | 4E | 19 | 1C | 13F | 40 | 2C |
| Octal | 267 | 50 | 212 | 0 | 116 | 31 | 34 | 477 | 100 | 54 |
| Binary | 10110111 | 101000 | 10001010 | 0 | 1001110 | 11001 | 11100 | 100111111 | 1000000 | 101100 |
Color Harmonies of #B7288A
Complementary color
Monochromatic Colors of #B7288A
Black with #B7288A
Text Example
Text Example
White with #B7288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7288A; }
p { color: rgb(183,40,138); }
H1.HeaderClassName
{
color: #B7288A;
}
.AnyTagClassName
{
color: #B7288A;
}
</style>
background-color css
<style>
a { background-color: #B7288A; }
a { background-color: rgb(183,40,138); }
div.DivClassName
{
background-color: #B7288A;
}
.BgClassName
{
background-color: #B7288A;
}
</style>
border-color css
<style>
span { border-color: #B7288A; }
span { border-color: rgb(183,40,138); }
td.TdClassName
{
border-color: #B7288A;
}
.TagClassName
{
border-color: #B7288A;
}
</style>