Shades of Medium Red Violet #B823A0
Tints of Medium Red Violet #B823A0
RGB
CMYK
RGB Variations
Color information
#B823A0 (or 0xB823A0) is known color: Medium Red Violet. HEX triplet: B8, 23 and A0. RGB value is (184,35,160). Sum of RGB (Red+Green+Blue) = 184+35+160=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 160 (62.89% from 255 or 42.22% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B823A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B823A0 is #47DC5F. Grayscale: #5D5D5D. Windows color (decimal): -4709472 or 10494904. OLE color: 10494904.
HSL color Cylindrical-coordinate representation of color #B823A0: hue angle of 309.66º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B823A0 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 35 | 160 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.28 |
| HSL | 309.66º | 0.68% | 0.43% | - |
| HSV(B) | 309.66º | 0.81% | 0.72% | - |
| XYZ | 26.71 | 13.93 | 34.54 | - |
| YUV | 93.8 | 165.36 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 35 | 160 | 0 | 0.81 | 0.13 | 0.28 | 309.66 | 0.68 | 0.43 |
| Hex | B8 | 23 | A0 | 0 | 51 | D | 1C | 136 | 44 | 2B |
| Octal | 270 | 43 | 240 | 0 | 121 | 15 | 34 | 466 | 104 | 53 |
| Binary | 10111000 | 100011 | 10100000 | 0 | 1010001 | 1101 | 11100 | 100110110 | 1000100 | 101011 |
Color Harmonies of #B823A0
Complementary color
Monochromatic Colors of #B823A0
Black with #B823A0
Text Example
Text Example
White with #B823A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B823A0; }
p { color: rgb(184,35,160); }
H1.HeaderClassName
{
color: #B823A0;
}
.AnyTagClassName
{
color: #B823A0;
}
</style>
background-color css
<style>
a { background-color: #B823A0; }
a { background-color: rgb(184,35,160); }
div.DivClassName
{
background-color: #B823A0;
}
.BgClassName
{
background-color: #B823A0;
}
</style>
border-color css
<style>
span { border-color: #B823A0; }
span { border-color: rgb(184,35,160); }
td.TdClassName
{
border-color: #B823A0;
}
.TagClassName
{
border-color: #B823A0;
}
</style>