Shades of Medium Red Violet #B74286
Tints of Medium Red Violet #B74286
RGB
CMYK
RGB Variations
Color information
#B74286 (or 0xB74286) is known color: Medium Red Violet. HEX triplet: B7, 42 and 86. RGB value is (183,66,134). Sum of RGB (Red+Green+Blue) = 183+66+134=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B74286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74286 is #48BD79. Grayscale: #6C6C6C. Windows color (decimal): -4767098 or 8798903. OLE color: 8798903.
HSL color Cylindrical-coordinate representation of color #B74286: hue angle of 325.13º 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 #B74286 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 134 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.28 |
| HSL | 325.13º | 0.47% | 0.49% | - |
| HSV(B) | 325.13º | 0.64% | 0.72% | - |
| XYZ | 25.78 | 15.68 | 24.22 | - |
| YUV | 108.74 | 142.26 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 134 | 0 | 0.64 | 0.27 | 0.28 | 325.13 | 0.47 | 0.49 |
| Hex | B7 | 42 | 86 | 0 | 40 | 1B | 1C | 145 | 2F | 31 |
| Octal | 267 | 102 | 206 | 0 | 100 | 33 | 34 | 505 | 57 | 61 |
| Binary | 10110111 | 1000010 | 10000110 | 0 | 1000000 | 11011 | 11100 | 101000101 | 101111 | 110001 |
Color Harmonies of #B74286
Complementary color
Monochromatic Colors of #B74286
Black with #B74286
Text Example
Text Example
White with #B74286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74286; }
p { color: rgb(183,66,134); }
H1.HeaderClassName
{
color: #B74286;
}
.AnyTagClassName
{
color: #B74286;
}
</style>
background-color css
<style>
a { background-color: #B74286; }
a { background-color: rgb(183,66,134); }
div.DivClassName
{
background-color: #B74286;
}
.BgClassName
{
background-color: #B74286;
}
</style>
border-color css
<style>
span { border-color: #B74286; }
span { border-color: rgb(183,66,134); }
td.TdClassName
{
border-color: #B74286;
}
.TagClassName
{
border-color: #B74286;
}
</style>