Shades of Medium Red Violet #B83288
Tints of Medium Red Violet #B83288
RGB
CMYK
RGB Variations
Color information
#B83288 (or 0xB83288) is known color: Medium Red Violet. HEX triplet: B8, 32 and 88. RGB value is (184,50,136). Sum of RGB (Red+Green+Blue) = 184+50+136=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B83288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83288 is #47CD77. Grayscale: #636363. Windows color (decimal): -4705656 or 8925880. OLE color: 8925880.
HSL color Cylindrical-coordinate representation of color #B83288: hue angle of 321.49º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B83288 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 50 | 136 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.28 |
| HSL | 321.49º | 0.57% | 0.46% | - |
| HSV(B) | 321.49º | 0.73% | 0.72% | - |
| XYZ | 25.35 | 14.25 | 24.71 | - |
| YUV | 99.87 | 148.39 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 50 | 136 | 0 | 0.73 | 0.26 | 0.28 | 321.49 | 0.57 | 0.46 |
| Hex | B8 | 32 | 88 | 0 | 49 | 1A | 1C | 141 | 39 | 2E |
| Octal | 270 | 62 | 210 | 0 | 111 | 32 | 34 | 501 | 71 | 56 |
| Binary | 10111000 | 110010 | 10001000 | 0 | 1001001 | 11010 | 11100 | 101000001 | 111001 | 101110 |
Color Harmonies of #B83288
Complementary color
Monochromatic Colors of #B83288
Black with #B83288
Text Example
Text Example
White with #B83288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83288; }
p { color: rgb(184,50,136); }
H1.HeaderClassName
{
color: #B83288;
}
.AnyTagClassName
{
color: #B83288;
}
</style>
background-color css
<style>
a { background-color: #B83288; }
a { background-color: rgb(184,50,136); }
div.DivClassName
{
background-color: #B83288;
}
.BgClassName
{
background-color: #B83288;
}
</style>
border-color css
<style>
span { border-color: #B83288; }
span { border-color: rgb(184,50,136); }
td.TdClassName
{
border-color: #B83288;
}
.TagClassName
{
border-color: #B83288;
}
</style>