Shades of Medium Red Violet #B733A0
Tints of Medium Red Violet #B733A0
RGB
CMYK
RGB Variations
Color information
#B733A0 (or 0xB733A0) is known color: Medium Red Violet. HEX triplet: B7, 33 and A0. RGB value is (183,51,160). Sum of RGB (Red+Green+Blue) = 183+51+160=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B733A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B733A0 is #48CC5F. Grayscale: #666666. Windows color (decimal): -4770912 or 10498999. OLE color: 10498999.
HSL color Cylindrical-coordinate representation of color #B733A0: hue angle of 310.45º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B733A0 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 51 | 160 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.28 |
| HSL | 310.45º | 0.56% | 0.46% | - |
| HSV(B) | 310.45º | 0.72% | 0.72% | - |
| XYZ | 27.06 | 14.97 | 34.72 | - |
| YUV | 102.89 | 160.23 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 160 | 0 | 0.72 | 0.13 | 0.28 | 310.45 | 0.56 | 0.46 |
| Hex | B7 | 33 | A0 | 0 | 48 | D | 1C | 136 | 38 | 2E |
| Octal | 267 | 63 | 240 | 0 | 110 | 15 | 34 | 466 | 70 | 56 |
| Binary | 10110111 | 110011 | 10100000 | 0 | 1001000 | 1101 | 11100 | 100110110 | 111000 | 101110 |
Color Harmonies of #B733A0
Complementary color
Monochromatic Colors of #B733A0
Black with #B733A0
Text Example
Text Example
White with #B733A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B733A0; }
p { color: rgb(183,51,160); }
H1.HeaderClassName
{
color: #B733A0;
}
.AnyTagClassName
{
color: #B733A0;
}
</style>
background-color css
<style>
a { background-color: #B733A0; }
a { background-color: rgb(183,51,160); }
div.DivClassName
{
background-color: #B733A0;
}
.BgClassName
{
background-color: #B733A0;
}
</style>
border-color css
<style>
span { border-color: #B733A0; }
span { border-color: rgb(183,51,160); }
td.TdClassName
{
border-color: #B733A0;
}
.TagClassName
{
border-color: #B733A0;
}
</style>