Shades of Medium Red Violet #B83CA3
Tints of Medium Red Violet #B83CA3
RGB
CMYK
RGB Variations
Color information
#B83CA3 (or 0xB83CA3) is known color: Medium Red Violet. HEX triplet: B8, 3C and A3. RGB value is (184,60,163). Sum of RGB (Red+Green+Blue) = 184+60+163=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 60 (23.83% from 255 or 14.74% from 407); Blue value is 163 (64.06% from 255 or 40.05% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B83CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83CA3 is #47C35C. Grayscale: #6C6C6C. Windows color (decimal): -4703069 or 10697912. OLE color: 10697912.
HSL color Cylindrical-coordinate representation of color #B83CA3: hue angle of 310.16º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B83CA3 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 60 | 163 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.28 |
| HSL | 310.16º | 0.51% | 0.48% | - |
| HSV(B) | 310.16º | 0.67% | 0.72% | - |
| XYZ | 27.99 | 16.07 | 36.28 | - |
| YUV | 108.82 | 158.58 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 60 | 163 | 0 | 0.67 | 0.11 | 0.28 | 310.16 | 0.51 | 0.48 |
| Hex | B8 | 3C | A3 | 0 | 43 | B | 1C | 136 | 33 | 30 |
| Octal | 270 | 74 | 243 | 0 | 103 | 13 | 34 | 466 | 63 | 60 |
| Binary | 10111000 | 111100 | 10100011 | 0 | 1000011 | 1011 | 11100 | 100110110 | 110011 | 110000 |
Color Harmonies of #B83CA3
Complementary color
Monochromatic Colors of #B83CA3
Black with #B83CA3
Text Example
Text Example
White with #B83CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83CA3; }
p { color: rgb(184,60,163); }
H1.HeaderClassName
{
color: #B83CA3;
}
.AnyTagClassName
{
color: #B83CA3;
}
</style>
background-color css
<style>
a { background-color: #B83CA3; }
a { background-color: rgb(184,60,163); }
div.DivClassName
{
background-color: #B83CA3;
}
.BgClassName
{
background-color: #B83CA3;
}
</style>
border-color css
<style>
span { border-color: #B83CA3; }
span { border-color: rgb(184,60,163); }
td.TdClassName
{
border-color: #B83CA3;
}
.TagClassName
{
border-color: #B83CA3;
}
</style>