Shades of Medium Red Violet #B838A0
Tints of Medium Red Violet #B838A0
RGB
CMYK
RGB Variations
Color information
#B838A0 (or 0xB838A0) is known color: Medium Red Violet. HEX triplet: B8, 38 and A0. RGB value is (184,56,160). Sum of RGB (Red+Green+Blue) = 184+56+160=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 56 (22.27% from 255 or 14% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B838A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B838A0 is #47C75F. Grayscale: #696969. Windows color (decimal): -4704096 or 10500280. OLE color: 10500280.
HSL color Cylindrical-coordinate representation of color #B838A0: hue angle of 311.25º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B838A0 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 56 | 160 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.28 |
| HSL | 311.25º | 0.53% | 0.47% | - |
| HSV(B) | 311.25º | 0.7% | 0.72% | - |
| XYZ | 27.53 | 15.56 | 34.81 | - |
| YUV | 106.13 | 158.41 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 56 | 160 | 0 | 0.70 | 0.13 | 0.28 | 311.25 | 0.53 | 0.47 |
| Hex | B8 | 38 | A0 | 0 | 46 | D | 1C | 137 | 35 | 2F |
| Octal | 270 | 70 | 240 | 0 | 106 | 15 | 34 | 467 | 65 | 57 |
| Binary | 10111000 | 111000 | 10100000 | 0 | 1000110 | 1101 | 11100 | 100110111 | 110101 | 101111 |
Color Harmonies of #B838A0
Complementary color
Monochromatic Colors of #B838A0
Black with #B838A0
Text Example
Text Example
White with #B838A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B838A0; }
p { color: rgb(184,56,160); }
H1.HeaderClassName
{
color: #B838A0;
}
.AnyTagClassName
{
color: #B838A0;
}
</style>
background-color css
<style>
a { background-color: #B838A0; }
a { background-color: rgb(184,56,160); }
div.DivClassName
{
background-color: #B838A0;
}
.BgClassName
{
background-color: #B838A0;
}
</style>
border-color css
<style>
span { border-color: #B838A0; }
span { border-color: rgb(184,56,160); }
td.TdClassName
{
border-color: #B838A0;
}
.TagClassName
{
border-color: #B838A0;
}
</style>