Shades of Medium Red Violet #B7369A
Tints of Medium Red Violet #B7369A
RGB
CMYK
RGB Variations
Color information
#B7369A (or 0xB7369A) is known color: Medium Red Violet. HEX triplet: B7, 36 and 9A. RGB value is (183,54,154). Sum of RGB (Red+Green+Blue) = 183+54+154=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B7369A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7369A is #48C965. Grayscale: #676767. Windows color (decimal): -4770150 or 10106551. OLE color: 10106551.
HSL color Cylindrical-coordinate representation of color #B7369A: hue angle of 313.49º 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 #B7369A is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 154 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.28 |
| HSL | 313.49º | 0.54% | 0.46% | - |
| HSV(B) | 313.49º | 0.7% | 0.72% | - |
| XYZ | 26.68 | 15.04 | 32.07 | - |
| YUV | 103.97 | 156.24 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 154 | 0 | 0.70 | 0.16 | 0.28 | 313.49 | 0.54 | 0.46 |
| Hex | B7 | 36 | 9A | 0 | 46 | 10 | 1C | 139 | 36 | 2E |
| Octal | 267 | 66 | 232 | 0 | 106 | 20 | 34 | 471 | 66 | 56 |
| Binary | 10110111 | 110110 | 10011010 | 0 | 1000110 | 10000 | 11100 | 100111001 | 110110 | 101110 |
Color Harmonies of #B7369A
Complementary color
Monochromatic Colors of #B7369A
Black with #B7369A
Text Example
Text Example
White with #B7369A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7369A; }
p { color: rgb(183,54,154); }
H1.HeaderClassName
{
color: #B7369A;
}
.AnyTagClassName
{
color: #B7369A;
}
</style>
background-color css
<style>
a { background-color: #B7369A; }
a { background-color: rgb(183,54,154); }
div.DivClassName
{
background-color: #B7369A;
}
.BgClassName
{
background-color: #B7369A;
}
</style>
border-color css
<style>
span { border-color: #B7369A; }
span { border-color: rgb(183,54,154); }
td.TdClassName
{
border-color: #B7369A;
}
.TagClassName
{
border-color: #B7369A;
}
</style>