Shades of Medium Red Violet #B9368B
Tints of Medium Red Violet #B9368B
RGB
CMYK
RGB Variations
Color information
#B9368B (or 0xB9368B) is known color: Medium Red Violet. HEX triplet: B9, 36 and 8B. RGB value is (185,54,139). Sum of RGB (Red+Green+Blue) = 185+54+139=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B9368B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9368B is #46C974. Grayscale: #666666. Windows color (decimal): -4639093 or 9123513. OLE color: 9123513.
HSL color Cylindrical-coordinate representation of color #B9368B: hue angle of 321.07º 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 #B9368B is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 54 | 139 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.27 |
| HSL | 321.07º | 0.55% | 0.47% | - |
| HSV(B) | 321.07º | 0.71% | 0.73% | - |
| XYZ | 25.99 | 14.82 | 25.92 | - |
| YUV | 102.86 | 148.4 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 54 | 139 | 0 | 0.71 | 0.25 | 0.27 | 321.07 | 0.55 | 0.47 |
| Hex | B9 | 36 | 8B | 0 | 47 | 19 | 1B | 141 | 37 | 2F |
| Octal | 271 | 66 | 213 | 0 | 107 | 31 | 33 | 501 | 67 | 57 |
| Binary | 10111001 | 110110 | 10001011 | 0 | 1000111 | 11001 | 11011 | 101000001 | 110111 | 101111 |
Color Harmonies of #B9368B
Complementary color
Monochromatic Colors of #B9368B
Black with #B9368B
Text Example
Text Example
White with #B9368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9368B; }
p { color: rgb(185,54,139); }
H1.HeaderClassName
{
color: #B9368B;
}
.AnyTagClassName
{
color: #B9368B;
}
</style>
background-color css
<style>
a { background-color: #B9368B; }
a { background-color: rgb(185,54,139); }
div.DivClassName
{
background-color: #B9368B;
}
.BgClassName
{
background-color: #B9368B;
}
</style>
border-color css
<style>
span { border-color: #B9368B; }
span { border-color: rgb(185,54,139); }
td.TdClassName
{
border-color: #B9368B;
}
.TagClassName
{
border-color: #B9368B;
}
</style>