Shades of Medium Red Violet #B8266D
Tints of Medium Red Violet #B8266D
RGB
CMYK
RGB Variations
Color information
#B8266D (or 0xB8266D) is known color: Medium Red Violet. HEX triplet: B8, 26 and 6D. RGB value is (184,38,109). Sum of RGB (Red+Green+Blue) = 184+38+109=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B8266D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8266D is #47D992. Grayscale: #595959. Windows color (decimal): -4708755 or 7153336. OLE color: 7153336.
HSL color Cylindrical-coordinate representation of color #B8266D: hue angle of 330.82º 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 #B8266D is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 38 | 109 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.28 |
| HSL | 330.82º | 0.66% | 0.44% | - |
| HSV(B) | 330.82º | 0.79% | 0.72% | - |
| XYZ | 23.22 | 12.68 | 15.69 | - |
| YUV | 89.75 | 138.87 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 109 | 0 | 0.79 | 0.41 | 0.28 | 330.82 | 0.66 | 0.44 |
| Hex | B8 | 26 | 6D | 0 | 4F | 29 | 1C | 14B | 42 | 2C |
| Octal | 270 | 46 | 155 | 0 | 117 | 51 | 34 | 513 | 102 | 54 |
| Binary | 10111000 | 100110 | 1101101 | 0 | 1001111 | 101001 | 11100 | 101001011 | 1000010 | 101100 |
Color Harmonies of #B8266D
Complementary color
Monochromatic Colors of #B8266D
Black with #B8266D
Text Example
Text Example
White with #B8266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8266D; }
p { color: rgb(184,38,109); }
H1.HeaderClassName
{
color: #B8266D;
}
.AnyTagClassName
{
color: #B8266D;
}
</style>
background-color css
<style>
a { background-color: #B8266D; }
a { background-color: rgb(184,38,109); }
div.DivClassName
{
background-color: #B8266D;
}
.BgClassName
{
background-color: #B8266D;
}
</style>
border-color css
<style>
span { border-color: #B8266D; }
span { border-color: rgb(184,38,109); }
td.TdClassName
{
border-color: #B8266D;
}
.TagClassName
{
border-color: #B8266D;
}
</style>