Shades of Medium Red Violet #B74099
Tints of Medium Red Violet #B74099
RGB
CMYK
RGB Variations
Color information
#B74099 (or 0xB74099) is known color: Medium Red Violet. HEX triplet: B7, 40 and 99. RGB value is (183,64,153). Sum of RGB (Red+Green+Blue) = 183+64+153=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B74099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74099 is #48BF66. Grayscale: #6D6D6D. Windows color (decimal): -4767591 or 10043575. OLE color: 10043575.
HSL color Cylindrical-coordinate representation of color #B74099: hue angle of 315.13º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B74099 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 64 | 153 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.28 |
| HSL | 315.13º | 0.48% | 0.48% | - |
| HSV(B) | 315.13º | 0.65% | 0.72% | - |
| XYZ | 27.11 | 16.03 | 31.8 | - |
| YUV | 109.73 | 152.42 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 153 | 0 | 0.65 | 0.16 | 0.28 | 315.13 | 0.48 | 0.48 |
| Hex | B7 | 40 | 99 | 0 | 41 | 10 | 1C | 13B | 30 | 30 |
| Octal | 267 | 100 | 231 | 0 | 101 | 20 | 34 | 473 | 60 | 60 |
| Binary | 10110111 | 1000000 | 10011001 | 0 | 1000001 | 10000 | 11100 | 100111011 | 110000 | 110000 |
Color Harmonies of #B74099
Complementary color
Monochromatic Colors of #B74099
Black with #B74099
Text Example
Text Example
White with #B74099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74099; }
p { color: rgb(183,64,153); }
H1.HeaderClassName
{
color: #B74099;
}
.AnyTagClassName
{
color: #B74099;
}
</style>
background-color css
<style>
a { background-color: #B74099; }
a { background-color: rgb(183,64,153); }
div.DivClassName
{
background-color: #B74099;
}
.BgClassName
{
background-color: #B74099;
}
</style>
border-color css
<style>
span { border-color: #B74099; }
span { border-color: rgb(183,64,153); }
td.TdClassName
{
border-color: #B74099;
}
.TagClassName
{
border-color: #B74099;
}
</style>