Shades of Medium Red Violet #B73E94
Tints of Medium Red Violet #B73E94
RGB
CMYK
RGB Variations
Color information
#B73E94 (or 0xB73E94) is known color: Medium Red Violet. HEX triplet: B7, 3E and 94. RGB value is (183,62,148). Sum of RGB (Red+Green+Blue) = 183+62+148=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B73E94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73E94 is #48C16B. Grayscale: #6B6B6B. Windows color (decimal): -4768108 or 9715383. OLE color: 9715383.
HSL color Cylindrical-coordinate representation of color #B73E94: hue angle of 317.36º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B73E94 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 62 | 148 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.28 |
| HSL | 317.36º | 0.49% | 0.48% | - |
| HSV(B) | 317.36º | 0.66% | 0.72% | - |
| XYZ | 26.6 | 15.65 | 29.64 | - |
| YUV | 107.98 | 150.59 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 62 | 148 | 0 | 0.66 | 0.19 | 0.28 | 317.36 | 0.49 | 0.48 |
| Hex | B7 | 3E | 94 | 0 | 42 | 13 | 1C | 13D | 31 | 30 |
| Octal | 267 | 76 | 224 | 0 | 102 | 23 | 34 | 475 | 61 | 60 |
| Binary | 10110111 | 111110 | 10010100 | 0 | 1000010 | 10011 | 11100 | 100111101 | 110001 | 110000 |
Color Harmonies of #B73E94
Complementary color
Monochromatic Colors of #B73E94
Black with #B73E94
Text Example
Text Example
White with #B73E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73E94; }
p { color: rgb(183,62,148); }
H1.HeaderClassName
{
color: #B73E94;
}
.AnyTagClassName
{
color: #B73E94;
}
</style>
background-color css
<style>
a { background-color: #B73E94; }
a { background-color: rgb(183,62,148); }
div.DivClassName
{
background-color: #B73E94;
}
.BgClassName
{
background-color: #B73E94;
}
</style>
border-color css
<style>
span { border-color: #B73E94; }
span { border-color: rgb(183,62,148); }
td.TdClassName
{
border-color: #B73E94;
}
.TagClassName
{
border-color: #B73E94;
}
</style>