Shades of Medium Red Violet #B8266F
Tints of Medium Red Violet #B8266F
RGB
CMYK
RGB Variations
Color information
#B8266F (or 0xB8266F) is known color: Medium Red Violet. HEX triplet: B8, 26 and 6F. RGB value is (184,38,111). Sum of RGB (Red+Green+Blue) = 184+38+111=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B8266F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8266F is #47D990. Grayscale: #595959. Windows color (decimal): -4708753 or 7284408. OLE color: 7284408.
HSL color Cylindrical-coordinate representation of color #B8266F: hue angle of 330º 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 #B8266F is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 38 | 111 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.28 |
| HSL | 330º | 0.66% | 0.44% | - |
| HSV(B) | 330º | 0.79% | 0.72% | - |
| XYZ | 23.33 | 12.72 | 16.27 | - |
| YUV | 89.98 | 139.87 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 111 | 0 | 0.79 | 0.40 | 0.28 | 330 | 0.66 | 0.44 |
| Hex | B8 | 26 | 6F | 0 | 4F | 28 | 1C | 14A | 42 | 2C |
| Octal | 270 | 46 | 157 | 0 | 117 | 50 | 34 | 512 | 102 | 54 |
| Binary | 10111000 | 100110 | 1101111 | 0 | 1001111 | 101000 | 11100 | 101001010 | 1000010 | 101100 |
Color Harmonies of #B8266F
Complementary color
Monochromatic Colors of #B8266F
Black with #B8266F
Text Example
Text Example
White with #B8266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8266F; }
p { color: rgb(184,38,111); }
H1.HeaderClassName
{
color: #B8266F;
}
.AnyTagClassName
{
color: #B8266F;
}
</style>
background-color css
<style>
a { background-color: #B8266F; }
a { background-color: rgb(184,38,111); }
div.DivClassName
{
background-color: #B8266F;
}
.BgClassName
{
background-color: #B8266F;
}
</style>
border-color css
<style>
span { border-color: #B8266F; }
span { border-color: rgb(184,38,111); }
td.TdClassName
{
border-color: #B8266F;
}
.TagClassName
{
border-color: #B8266F;
}
</style>