Shades of Medium Red Violet #B74287
Tints of Medium Red Violet #B74287
RGB
CMYK
RGB Variations
Color information
#B74287 (or 0xB74287) is known color: Medium Red Violet. HEX triplet: B7, 42 and 87. RGB value is (183,66,135). Sum of RGB (Red+Green+Blue) = 183+66+135=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B74287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74287 is #48BD78. Grayscale: #6C6C6C. Windows color (decimal): -4767097 or 8864439. OLE color: 8864439.
HSL color Cylindrical-coordinate representation of color #B74287: hue angle of 324.62º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B74287 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 135 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.28 |
| HSL | 324.62º | 0.47% | 0.49% | - |
| HSV(B) | 324.62º | 0.64% | 0.72% | - |
| XYZ | 25.85 | 15.71 | 24.59 | - |
| YUV | 108.85 | 142.76 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 135 | 0 | 0.64 | 0.26 | 0.28 | 324.62 | 0.47 | 0.49 |
| Hex | B7 | 42 | 87 | 0 | 40 | 1A | 1C | 145 | 2F | 31 |
| Octal | 267 | 102 | 207 | 0 | 100 | 32 | 34 | 505 | 57 | 61 |
| Binary | 10110111 | 1000010 | 10000111 | 0 | 1000000 | 11010 | 11100 | 101000101 | 101111 | 110001 |
Color Harmonies of #B74287
Complementary color
Monochromatic Colors of #B74287
Black with #B74287
Text Example
Text Example
White with #B74287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74287; }
p { color: rgb(183,66,135); }
H1.HeaderClassName
{
color: #B74287;
}
.AnyTagClassName
{
color: #B74287;
}
</style>
background-color css
<style>
a { background-color: #B74287; }
a { background-color: rgb(183,66,135); }
div.DivClassName
{
background-color: #B74287;
}
.BgClassName
{
background-color: #B74287;
}
</style>
border-color css
<style>
span { border-color: #B74287; }
span { border-color: rgb(183,66,135); }
td.TdClassName
{
border-color: #B74287;
}
.TagClassName
{
border-color: #B74287;
}
</style>