Shades of Medium Red Violet #B8266E
Tints of Medium Red Violet #B8266E
RGB
CMYK
RGB Variations
Color information
#B8266E (or 0xB8266E) is known color: Medium Red Violet. HEX triplet: B8, 26 and 6E. RGB value is (184,38,110). Sum of RGB (Red+Green+Blue) = 184+38+110=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B8266E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8266E is #47D991. Grayscale: #595959. Windows color (decimal): -4708754 or 7218872. OLE color: 7218872.
HSL color Cylindrical-coordinate representation of color #B8266E: hue angle of 330.41º 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 #B8266E is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 38 | 110 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.28 |
| HSL | 330.41º | 0.66% | 0.44% | - |
| HSV(B) | 330.41º | 0.79% | 0.72% | - |
| XYZ | 23.27 | 12.7 | 15.98 | - |
| YUV | 89.86 | 139.37 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 110 | 0 | 0.79 | 0.40 | 0.28 | 330.41 | 0.66 | 0.44 |
| Hex | B8 | 26 | 6E | 0 | 4F | 28 | 1C | 14A | 42 | 2C |
| Octal | 270 | 46 | 156 | 0 | 117 | 50 | 34 | 512 | 102 | 54 |
| Binary | 10111000 | 100110 | 1101110 | 0 | 1001111 | 101000 | 11100 | 101001010 | 1000010 | 101100 |
Color Harmonies of #B8266E
Complementary color
Monochromatic Colors of #B8266E
Black with #B8266E
Text Example
Text Example
White with #B8266E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8266E; }
p { color: rgb(184,38,110); }
H1.HeaderClassName
{
color: #B8266E;
}
.AnyTagClassName
{
color: #B8266E;
}
</style>
background-color css
<style>
a { background-color: #B8266E; }
a { background-color: rgb(184,38,110); }
div.DivClassName
{
background-color: #B8266E;
}
.BgClassName
{
background-color: #B8266E;
}
</style>
border-color css
<style>
span { border-color: #B8266E; }
span { border-color: rgb(184,38,110); }
td.TdClassName
{
border-color: #B8266E;
}
.TagClassName
{
border-color: #B8266E;
}
</style>