Shades of Medium Red Violet #B7368B
Tints of Medium Red Violet #B7368B
RGB
CMYK
RGB Variations
Color information
#B7368B (or 0xB7368B) is known color: Medium Red Violet. HEX triplet: B7, 36 and 8B. RGB value is (183,54,139). Sum of RGB (Red+Green+Blue) = 183+54+139=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B7368B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7368B is #48C974. Grayscale: #666666. Windows color (decimal): -4770165 or 9123511. OLE color: 9123511.
HSL color Cylindrical-coordinate representation of color #B7368B: hue angle of 320.47º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7368B is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 139 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.28 |
| HSL | 320.47º | 0.54% | 0.46% | - |
| HSV(B) | 320.47º | 0.7% | 0.72% | - |
| XYZ | 25.51 | 14.57 | 25.89 | - |
| YUV | 102.26 | 148.74 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 139 | 0 | 0.70 | 0.24 | 0.28 | 320.47 | 0.54 | 0.46 |
| Hex | B7 | 36 | 8B | 0 | 46 | 18 | 1C | 140 | 36 | 2E |
| Octal | 267 | 66 | 213 | 0 | 106 | 30 | 34 | 500 | 66 | 56 |
| Binary | 10110111 | 110110 | 10001011 | 0 | 1000110 | 11000 | 11100 | 101000000 | 110110 | 101110 |
Color Harmonies of #B7368B
Complementary color
Monochromatic Colors of #B7368B
Black with #B7368B
Text Example
Text Example
White with #B7368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7368B; }
p { color: rgb(183,54,139); }
H1.HeaderClassName
{
color: #B7368B;
}
.AnyTagClassName
{
color: #B7368B;
}
</style>
background-color css
<style>
a { background-color: #B7368B; }
a { background-color: rgb(183,54,139); }
div.DivClassName
{
background-color: #B7368B;
}
.BgClassName
{
background-color: #B7368B;
}
</style>
border-color css
<style>
span { border-color: #B7368B; }
span { border-color: rgb(183,54,139); }
td.TdClassName
{
border-color: #B7368B;
}
.TagClassName
{
border-color: #B7368B;
}
</style>