Shades of Medium Red Violet #B83F9A
Tints of Medium Red Violet #B83F9A
RGB
CMYK
RGB Variations
Color information
#B83F9A (or 0xB83F9A) is known color: Medium Red Violet. HEX triplet: B8, 3F and 9A. RGB value is (184,63,154). Sum of RGB (Red+Green+Blue) = 184+63+154=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83F9A is #47C065. Grayscale: #6D6D6D. Windows color (decimal): -4702310 or 10108856. OLE color: 10108856.
HSL color Cylindrical-coordinate representation of color #B83F9A: hue angle of 314.88º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B83F9A is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 63 | 154 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.28 |
| HSL | 314.88º | 0.49% | 0.48% | - |
| HSV(B) | 314.88º | 0.66% | 0.72% | - |
| XYZ | 27.38 | 16.08 | 32.23 | - |
| YUV | 109.55 | 153.09 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 154 | 0 | 0.66 | 0.16 | 0.28 | 314.88 | 0.49 | 0.48 |
| Hex | B8 | 3F | 9A | 0 | 42 | 10 | 1C | 13B | 31 | 30 |
| Octal | 270 | 77 | 232 | 0 | 102 | 20 | 34 | 473 | 61 | 60 |
| Binary | 10111000 | 111111 | 10011010 | 0 | 1000010 | 10000 | 11100 | 100111011 | 110001 | 110000 |
Color Harmonies of #B83F9A
Complementary color
Monochromatic Colors of #B83F9A
Black with #B83F9A
Text Example
Text Example
White with #B83F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83F9A; }
p { color: rgb(184,63,154); }
H1.HeaderClassName
{
color: #B83F9A;
}
.AnyTagClassName
{
color: #B83F9A;
}
</style>
background-color css
<style>
a { background-color: #B83F9A; }
a { background-color: rgb(184,63,154); }
div.DivClassName
{
background-color: #B83F9A;
}
.BgClassName
{
background-color: #B83F9A;
}
</style>
border-color css
<style>
span { border-color: #B83F9A; }
span { border-color: rgb(184,63,154); }
td.TdClassName
{
border-color: #B83F9A;
}
.TagClassName
{
border-color: #B83F9A;
}
</style>