Shades of Medium Red Violet #B9367B
Tints of Medium Red Violet #B9367B
RGB
CMYK
RGB Variations
Color information
#B9367B (or 0xB9367B) is known color: Medium Red Violet. HEX triplet: B9, 36 and 7B. RGB value is (185,54,123). Sum of RGB (Red+Green+Blue) = 185+54+123=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 54 (21.48% from 255 or 14.92% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B9367B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9367B is #46C984. Grayscale: #646464. Windows color (decimal): -4639109 or 8074937. OLE color: 8074937.
HSL color Cylindrical-coordinate representation of color #B9367B: hue angle of 328.4º 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 #B9367B is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 54 | 123 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.27 |
| HSL | 328.4º | 0.55% | 0.47% | - |
| HSV(B) | 328.4º | 0.71% | 0.73% | - |
| XYZ | 24.9 | 14.38 | 20.2 | - |
| YUV | 101.04 | 140.4 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 54 | 123 | 0 | 0.71 | 0.34 | 0.27 | 328.4 | 0.55 | 0.47 |
| Hex | B9 | 36 | 7B | 0 | 47 | 22 | 1B | 148 | 37 | 2F |
| Octal | 271 | 66 | 173 | 0 | 107 | 42 | 33 | 510 | 67 | 57 |
| Binary | 10111001 | 110110 | 1111011 | 0 | 1000111 | 100010 | 11011 | 101001000 | 110111 | 101111 |
Color Harmonies of #B9367B
Complementary color
Monochromatic Colors of #B9367B
Black with #B9367B
Text Example
Text Example
White with #B9367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9367B; }
p { color: rgb(185,54,123); }
H1.HeaderClassName
{
color: #B9367B;
}
.AnyTagClassName
{
color: #B9367B;
}
</style>
background-color css
<style>
a { background-color: #B9367B; }
a { background-color: rgb(185,54,123); }
div.DivClassName
{
background-color: #B9367B;
}
.BgClassName
{
background-color: #B9367B;
}
</style>
border-color css
<style>
span { border-color: #B9367B; }
span { border-color: rgb(185,54,123); }
td.TdClassName
{
border-color: #B9367B;
}
.TagClassName
{
border-color: #B9367B;
}
</style>