Shades of Medium Red Violet #B83A7B
Tints of Medium Red Violet #B83A7B
RGB
CMYK
RGB Variations
Color information
#B83A7B (or 0xB83A7B) is known color: Medium Red Violet. HEX triplet: B8, 3A and 7B. RGB value is (184,58,123). Sum of RGB (Red+Green+Blue) = 184+58+123=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83A7B is #47C584. Grayscale: #666666. Windows color (decimal): -4703621 or 8075960. OLE color: 8075960.
HSL color Cylindrical-coordinate representation of color #B83A7B: hue angle of 329.05º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83A7B is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 58 | 123 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.28 |
| HSL | 329.05º | 0.52% | 0.47% | - |
| HSV(B) | 329.05º | 0.68% | 0.72% | - |
| XYZ | 24.86 | 14.65 | 20.26 | - |
| YUV | 103.08 | 139.24 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 58 | 123 | 0 | 0.68 | 0.33 | 0.28 | 329.05 | 0.52 | 0.47 |
| Hex | B8 | 3A | 7B | 0 | 44 | 21 | 1C | 149 | 34 | 2F |
| Octal | 270 | 72 | 173 | 0 | 104 | 41 | 34 | 511 | 64 | 57 |
| Binary | 10111000 | 111010 | 1111011 | 0 | 1000100 | 100001 | 11100 | 101001001 | 110100 | 101111 |
Color Harmonies of #B83A7B
Complementary color
Monochromatic Colors of #B83A7B
Black with #B83A7B
Text Example
Text Example
White with #B83A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83A7B; }
p { color: rgb(184,58,123); }
H1.HeaderClassName
{
color: #B83A7B;
}
.AnyTagClassName
{
color: #B83A7B;
}
</style>
background-color css
<style>
a { background-color: #B83A7B; }
a { background-color: rgb(184,58,123); }
div.DivClassName
{
background-color: #B83A7B;
}
.BgClassName
{
background-color: #B83A7B;
}
</style>
border-color css
<style>
span { border-color: #B83A7B; }
span { border-color: rgb(184,58,123); }
td.TdClassName
{
border-color: #B83A7B;
}
.TagClassName
{
border-color: #B83A7B;
}
</style>