Shades of Medium Red Violet #B0367A
Tints of Medium Red Violet #B0367A
RGB
CMYK
RGB Variations
Color information
#B0367A (or 0xB0367A) is known color: Medium Red Violet. HEX triplet: B0, 36 and 7A. RGB value is (176,54,122). Sum of RGB (Red+Green+Blue) = 176+54+122=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B0367A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0367A is #4FC985. Grayscale: #626262. Windows color (decimal): -5228934 or 8009392. OLE color: 8009392.
HSL color Cylindrical-coordinate representation of color #B0367A: hue angle of 326.56º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0367A is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 54 | 122 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.31 |
| HSL | 326.56º | 0.53% | 0.45% | - |
| HSV(B) | 326.56º | 0.69% | 0.69% | - |
| XYZ | 22.74 | 13.27 | 19.78 | - |
| YUV | 98.23 | 141.42 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 54 | 122 | 0 | 0.69 | 0.31 | 0.31 | 326.56 | 0.53 | 0.45 |
| Hex | B0 | 36 | 7A | 0 | 45 | 1F | 1F | 147 | 35 | 2D |
| Octal | 260 | 66 | 172 | 0 | 105 | 37 | 37 | 507 | 65 | 55 |
| Binary | 10110000 | 110110 | 1111010 | 0 | 1000101 | 11111 | 11111 | 101000111 | 110101 | 101101 |
Color Harmonies of #B0367A
Complementary color
Monochromatic Colors of #B0367A
Black with #B0367A
Text Example
Text Example
White with #B0367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0367A; }
p { color: rgb(176,54,122); }
H1.HeaderClassName
{
color: #B0367A;
}
.AnyTagClassName
{
color: #B0367A;
}
</style>
background-color css
<style>
a { background-color: #B0367A; }
a { background-color: rgb(176,54,122); }
div.DivClassName
{
background-color: #B0367A;
}
.BgClassName
{
background-color: #B0367A;
}
</style>
border-color css
<style>
span { border-color: #B0367A; }
span { border-color: rgb(176,54,122); }
td.TdClassName
{
border-color: #B0367A;
}
.TagClassName
{
border-color: #B0367A;
}
</style>