Shades of Medium Red Violet #B8268D
Tints of Medium Red Violet #B8268D
RGB
CMYK
RGB Variations
Color information
#B8268D (or 0xB8268D) is known color: Medium Red Violet. HEX triplet: B8, 26 and 8D. RGB value is (184,38,141). Sum of RGB (Red+Green+Blue) = 184+38+141=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B8268D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8268D is #47D972. Grayscale: #5D5D5D. Windows color (decimal): -4708723 or 9250488. OLE color: 9250488.
HSL color Cylindrical-coordinate representation of color #B8268D: hue angle of 317.67º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B8268D is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 38 | 141 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.28 |
| HSL | 317.67º | 0.66% | 0.44% | - |
| HSV(B) | 317.67º | 0.79% | 0.72% | - |
| XYZ | 25.27 | 13.5 | 26.47 | - |
| YUV | 93.4 | 154.87 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 141 | 0 | 0.79 | 0.23 | 0.28 | 317.67 | 0.66 | 0.44 |
| Hex | B8 | 26 | 8D | 0 | 4F | 17 | 1C | 13E | 42 | 2C |
| Octal | 270 | 46 | 215 | 0 | 117 | 27 | 34 | 476 | 102 | 54 |
| Binary | 10111000 | 100110 | 10001101 | 0 | 1001111 | 10111 | 11100 | 100111110 | 1000010 | 101100 |
Color Harmonies of #B8268D
Complementary color
Monochromatic Colors of #B8268D
Black with #B8268D
Text Example
Text Example
White with #B8268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8268D; }
p { color: rgb(184,38,141); }
H1.HeaderClassName
{
color: #B8268D;
}
.AnyTagClassName
{
color: #B8268D;
}
</style>
background-color css
<style>
a { background-color: #B8268D; }
a { background-color: rgb(184,38,141); }
div.DivClassName
{
background-color: #B8268D;
}
.BgClassName
{
background-color: #B8268D;
}
</style>
border-color css
<style>
span { border-color: #B8268D; }
span { border-color: rgb(184,38,141); }
td.TdClassName
{
border-color: #B8268D;
}
.TagClassName
{
border-color: #B8268D;
}
</style>