Shades of Medium Red Violet #B7388F
Tints of Medium Red Violet #B7388F
RGB
CMYK
RGB Variations
Color information
#B7388F (or 0xB7388F) is known color: Medium Red Violet. HEX triplet: B7, 38 and 8F. RGB value is (183,56,143). Sum of RGB (Red+Green+Blue) = 183+56+143=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B7388F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7388F is #48C770. Grayscale: #676767. Windows color (decimal): -4769649 or 9386167. OLE color: 9386167.
HSL color Cylindrical-coordinate representation of color #B7388F: hue angle of 318.9º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B7388F is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 56 | 143 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.28 |
| HSL | 318.9º | 0.53% | 0.47% | - |
| HSV(B) | 318.9º | 0.69% | 0.72% | - |
| XYZ | 25.9 | 14.88 | 27.49 | - |
| YUV | 103.89 | 150.08 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 143 | 0 | 0.69 | 0.22 | 0.28 | 318.9 | 0.53 | 0.47 |
| Hex | B7 | 38 | 8F | 0 | 45 | 16 | 1C | 13F | 35 | 2F |
| Octal | 267 | 70 | 217 | 0 | 105 | 26 | 34 | 477 | 65 | 57 |
| Binary | 10110111 | 111000 | 10001111 | 0 | 1000101 | 10110 | 11100 | 100111111 | 110101 | 101111 |
Color Harmonies of #B7388F
Complementary color
Monochromatic Colors of #B7388F
Black with #B7388F
Text Example
Text Example
White with #B7388F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7388F; }
p { color: rgb(183,56,143); }
H1.HeaderClassName
{
color: #B7388F;
}
.AnyTagClassName
{
color: #B7388F;
}
</style>
background-color css
<style>
a { background-color: #B7388F; }
a { background-color: rgb(183,56,143); }
div.DivClassName
{
background-color: #B7388F;
}
.BgClassName
{
background-color: #B7388F;
}
</style>
border-color css
<style>
span { border-color: #B7388F; }
span { border-color: rgb(183,56,143); }
td.TdClassName
{
border-color: #B7388F;
}
.TagClassName
{
border-color: #B7388F;
}
</style>