Shades of Medium Red Violet #B73F90
Tints of Medium Red Violet #B73F90
RGB
CMYK
RGB Variations
Color information
#B73F90 (or 0xB73F90) is known color: Medium Red Violet. HEX triplet: B7, 3F and 90. RGB value is (183,63,144). Sum of RGB (Red+Green+Blue) = 183+63+144=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 63 (25% from 255 or 16.15% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73F90 is #48C06F. Grayscale: #6B6B6B. Windows color (decimal): -4767856 or 9453495. OLE color: 9453495.
HSL color Cylindrical-coordinate representation of color #B73F90: hue angle of 319.5º 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 #B73F90 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 63 | 144 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.28 |
| HSL | 319.5º | 0.49% | 0.48% | - |
| HSV(B) | 319.5º | 0.66% | 0.72% | - |
| XYZ | 26.34 | 15.64 | 28.02 | - |
| YUV | 108.11 | 148.26 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 144 | 0 | 0.66 | 0.21 | 0.28 | 319.5 | 0.49 | 0.48 |
| Hex | B7 | 3F | 90 | 0 | 42 | 15 | 1C | 140 | 31 | 30 |
| Octal | 267 | 77 | 220 | 0 | 102 | 25 | 34 | 500 | 61 | 60 |
| Binary | 10110111 | 111111 | 10010000 | 0 | 1000010 | 10101 | 11100 | 101000000 | 110001 | 110000 |
Color Harmonies of #B73F90
Complementary color
Monochromatic Colors of #B73F90
Black with #B73F90
Text Example
Text Example
White with #B73F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73F90; }
p { color: rgb(183,63,144); }
H1.HeaderClassName
{
color: #B73F90;
}
.AnyTagClassName
{
color: #B73F90;
}
</style>
background-color css
<style>
a { background-color: #B73F90; }
a { background-color: rgb(183,63,144); }
div.DivClassName
{
background-color: #B73F90;
}
.BgClassName
{
background-color: #B73F90;
}
</style>
border-color css
<style>
span { border-color: #B73F90; }
span { border-color: rgb(183,63,144); }
td.TdClassName
{
border-color: #B73F90;
}
.TagClassName
{
border-color: #B73F90;
}
</style>