Shades of Medium Red Violet #B83497
Tints of Medium Red Violet #B83497
RGB
CMYK
RGB Variations
Color information
#B83497 (or 0xB83497) is known color: Medium Red Violet. HEX triplet: B8, 34 and 97. RGB value is (184,52,151). Sum of RGB (Red+Green+Blue) = 184+52+151=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B83497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83497 is #47CB68. Grayscale: #666666. Windows color (decimal): -4705129 or 9909432. OLE color: 9909432.
HSL color Cylindrical-coordinate representation of color #B83497: hue angle of 315º 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 #B83497 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 52 | 151 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.28 |
| HSL | 315º | 0.56% | 0.46% | - |
| HSV(B) | 315º | 0.72% | 0.72% | - |
| XYZ | 26.58 | 14.88 | 30.75 | - |
| YUV | 102.75 | 155.23 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 151 | 0 | 0.72 | 0.18 | 0.28 | 315 | 0.56 | 0.46 |
| Hex | B8 | 34 | 97 | 0 | 48 | 12 | 1C | 13B | 38 | 2E |
| Octal | 270 | 64 | 227 | 0 | 110 | 22 | 34 | 473 | 70 | 56 |
| Binary | 10111000 | 110100 | 10010111 | 0 | 1001000 | 10010 | 11100 | 100111011 | 111000 | 101110 |
Color Harmonies of #B83497
Complementary color
Monochromatic Colors of #B83497
Black with #B83497
Text Example
Text Example
White with #B83497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83497; }
p { color: rgb(184,52,151); }
H1.HeaderClassName
{
color: #B83497;
}
.AnyTagClassName
{
color: #B83497;
}
</style>
background-color css
<style>
a { background-color: #B83497; }
a { background-color: rgb(184,52,151); }
div.DivClassName
{
background-color: #B83497;
}
.BgClassName
{
background-color: #B83497;
}
</style>
border-color css
<style>
span { border-color: #B83497; }
span { border-color: rgb(184,52,151); }
td.TdClassName
{
border-color: #B83497;
}
.TagClassName
{
border-color: #B83497;
}
</style>