Shades of Medium Red Violet #B9367A
Tints of Medium Red Violet #B9367A
RGB
CMYK
RGB Variations
Color information
#B9367A (or 0xB9367A) is known color: Medium Red Violet. HEX triplet: B9, 36 and 7A. RGB value is (185,54,122). Sum of RGB (Red+Green+Blue) = 185+54+122=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B9367A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9367A is #46C985. Grayscale: #646464. Windows color (decimal): -4639110 or 8009401. OLE color: 8009401.
HSL color Cylindrical-coordinate representation of color #B9367A: hue angle of 328.85º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9367A is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 54 | 122 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.27 |
| HSL | 328.85º | 0.55% | 0.47% | - |
| HSV(B) | 328.85º | 0.71% | 0.73% | - |
| XYZ | 24.84 | 14.36 | 19.87 | - |
| YUV | 100.92 | 139.9 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 54 | 122 | 0 | 0.71 | 0.34 | 0.27 | 328.85 | 0.55 | 0.47 |
| Hex | B9 | 36 | 7A | 0 | 47 | 22 | 1B | 149 | 37 | 2F |
| Octal | 271 | 66 | 172 | 0 | 107 | 42 | 33 | 511 | 67 | 57 |
| Binary | 10111001 | 110110 | 1111010 | 0 | 1000111 | 100010 | 11011 | 101001001 | 110111 | 101111 |
Color Harmonies of #B9367A
Complementary color
Monochromatic Colors of #B9367A
Black with #B9367A
Text Example
Text Example
White with #B9367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9367A; }
p { color: rgb(185,54,122); }
H1.HeaderClassName
{
color: #B9367A;
}
.AnyTagClassName
{
color: #B9367A;
}
</style>
background-color css
<style>
a { background-color: #B9367A; }
a { background-color: rgb(185,54,122); }
div.DivClassName
{
background-color: #B9367A;
}
.BgClassName
{
background-color: #B9367A;
}
</style>
border-color css
<style>
span { border-color: #B9367A; }
span { border-color: rgb(185,54,122); }
td.TdClassName
{
border-color: #B9367A;
}
.TagClassName
{
border-color: #B9367A;
}
</style>