Shades of Medium Red Violet #B7369C
Tints of Medium Red Violet #B7369C
RGB
CMYK
RGB Variations
Color information
#B7369C (or 0xB7369C) is known color: Medium Red Violet. HEX triplet: B7, 36 and 9C. RGB value is (183,54,156). Sum of RGB (Red+Green+Blue) = 183+54+156=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 54 (21.48% from 255 or 13.74% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B7369C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7369C is #48C963. Grayscale: #676767. Windows color (decimal): -4770148 or 10237623. OLE color: 10237623.
HSL color Cylindrical-coordinate representation of color #B7369C: hue angle of 312.56º 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 #B7369C is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 156 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.28 |
| HSL | 312.56º | 0.54% | 0.46% | - |
| HSV(B) | 312.56º | 0.7% | 0.72% | - |
| XYZ | 26.85 | 15.11 | 32.95 | - |
| YUV | 104.2 | 157.24 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 156 | 0 | 0.70 | 0.15 | 0.28 | 312.56 | 0.54 | 0.46 |
| Hex | B7 | 36 | 9C | 0 | 46 | F | 1C | 139 | 36 | 2E |
| Octal | 267 | 66 | 234 | 0 | 106 | 17 | 34 | 471 | 66 | 56 |
| Binary | 10110111 | 110110 | 10011100 | 0 | 1000110 | 1111 | 11100 | 100111001 | 110110 | 101110 |
Color Harmonies of #B7369C
Complementary color
Monochromatic Colors of #B7369C
Black with #B7369C
Text Example
Text Example
White with #B7369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7369C; }
p { color: rgb(183,54,156); }
H1.HeaderClassName
{
color: #B7369C;
}
.AnyTagClassName
{
color: #B7369C;
}
</style>
background-color css
<style>
a { background-color: #B7369C; }
a { background-color: rgb(183,54,156); }
div.DivClassName
{
background-color: #B7369C;
}
.BgClassName
{
background-color: #B7369C;
}
</style>
border-color css
<style>
span { border-color: #B7369C; }
span { border-color: rgb(183,54,156); }
td.TdClassName
{
border-color: #B7369C;
}
.TagClassName
{
border-color: #B7369C;
}
</style>