Shades of Medium Red Violet #B8266C
Tints of Medium Red Violet #B8266C
RGB
CMYK
RGB Variations
Color information
#B8266C (or 0xB8266C) is known color: Medium Red Violet. HEX triplet: B8, 26 and 6C. RGB value is (184,38,108). Sum of RGB (Red+Green+Blue) = 184+38+108=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B8266C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8266C is #47D993. Grayscale: #595959. Windows color (decimal): -4708756 or 7087800. OLE color: 7087800.
HSL color Cylindrical-coordinate representation of color #B8266C: hue angle of 331.23º 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 #B8266C is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 38 | 108 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.28 |
| HSL | 331.23º | 0.66% | 0.44% | - |
| HSV(B) | 331.23º | 0.79% | 0.72% | - |
| XYZ | 23.17 | 12.66 | 15.41 | - |
| YUV | 89.63 | 138.37 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 108 | 0 | 0.79 | 0.41 | 0.28 | 331.23 | 0.66 | 0.44 |
| Hex | B8 | 26 | 6C | 0 | 4F | 29 | 1C | 14B | 42 | 2C |
| Octal | 270 | 46 | 154 | 0 | 117 | 51 | 34 | 513 | 102 | 54 |
| Binary | 10111000 | 100110 | 1101100 | 0 | 1001111 | 101001 | 11100 | 101001011 | 1000010 | 101100 |
Color Harmonies of #B8266C
Complementary color
Monochromatic Colors of #B8266C
Black with #B8266C
Text Example
Text Example
White with #B8266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8266C; }
p { color: rgb(184,38,108); }
H1.HeaderClassName
{
color: #B8266C;
}
.AnyTagClassName
{
color: #B8266C;
}
</style>
background-color css
<style>
a { background-color: #B8266C; }
a { background-color: rgb(184,38,108); }
div.DivClassName
{
background-color: #B8266C;
}
.BgClassName
{
background-color: #B8266C;
}
</style>
border-color css
<style>
span { border-color: #B8266C; }
span { border-color: rgb(184,38,108); }
td.TdClassName
{
border-color: #B8266C;
}
.TagClassName
{
border-color: #B8266C;
}
</style>