Shades of Medium Red Violet #B8286F
Tints of Medium Red Violet #B8286F
RGB
CMYK
RGB Variations
Color information
#B8286F (or 0xB8286F) is known color: Medium Red Violet. HEX triplet: B8, 28 and 6F. RGB value is (184,40,111). Sum of RGB (Red+Green+Blue) = 184+40+111=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B8286F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8286F is #47D790. Grayscale: #5B5B5B. Windows color (decimal): -4708241 or 7284920. OLE color: 7284920.
HSL color Cylindrical-coordinate representation of color #B8286F: hue angle of 330.42º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B8286F is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 40 | 111 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.28 |
| HSL | 330.42º | 0.64% | 0.44% | - |
| HSV(B) | 330.42º | 0.78% | 0.72% | - |
| XYZ | 23.4 | 12.86 | 16.29 | - |
| YUV | 91.15 | 139.21 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 111 | 0 | 0.78 | 0.40 | 0.28 | 330.42 | 0.64 | 0.44 |
| Hex | B8 | 28 | 6F | 0 | 4E | 28 | 1C | 14A | 40 | 2C |
| Octal | 270 | 50 | 157 | 0 | 116 | 50 | 34 | 512 | 100 | 54 |
| Binary | 10111000 | 101000 | 1101111 | 0 | 1001110 | 101000 | 11100 | 101001010 | 1000000 | 101100 |
Color Harmonies of #B8286F
Complementary color
Monochromatic Colors of #B8286F
Black with #B8286F
Text Example
Text Example
White with #B8286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8286F; }
p { color: rgb(184,40,111); }
H1.HeaderClassName
{
color: #B8286F;
}
.AnyTagClassName
{
color: #B8286F;
}
</style>
background-color css
<style>
a { background-color: #B8286F; }
a { background-color: rgb(184,40,111); }
div.DivClassName
{
background-color: #B8286F;
}
.BgClassName
{
background-color: #B8286F;
}
</style>
border-color css
<style>
span { border-color: #B8286F; }
span { border-color: rgb(184,40,111); }
td.TdClassName
{
border-color: #B8286F;
}
.TagClassName
{
border-color: #B8286F;
}
</style>