Shades of Medium Red Violet #B0278F
Tints of Medium Red Violet #B0278F
RGB
CMYK
RGB Variations
Color information
#B0278F (or 0xB0278F) is known color: Medium Red Violet. HEX triplet: B0, 27 and 8F. RGB value is (176,39,143). Sum of RGB (Red+Green+Blue) = 176+39+143=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B0278F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0278F is #4FD870. Grayscale: #5B5B5B. Windows color (decimal): -5232753 or 9381808. OLE color: 9381808.
HSL color Cylindrical-coordinate representation of color #B0278F: hue angle of 314.45º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0278F is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 39 | 143 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.31 |
| HSL | 314.45º | 0.64% | 0.42% | - |
| HSV(B) | 314.45º | 0.78% | 0.69% | - |
| XYZ | 23.59 | 12.66 | 27.19 | - |
| YUV | 91.82 | 156.89 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 39 | 143 | 0 | 0.78 | 0.19 | 0.31 | 314.45 | 0.64 | 0.42 |
| Hex | B0 | 27 | 8F | 0 | 4E | 13 | 1F | 13A | 40 | 2A |
| Octal | 260 | 47 | 217 | 0 | 116 | 23 | 37 | 472 | 100 | 52 |
| Binary | 10110000 | 100111 | 10001111 | 0 | 1001110 | 10011 | 11111 | 100111010 | 1000000 | 101010 |
Color Harmonies of #B0278F
Complementary color
Monochromatic Colors of #B0278F
Black with #B0278F
Text Example
Text Example
White with #B0278F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0278F; }
p { color: rgb(176,39,143); }
H1.HeaderClassName
{
color: #B0278F;
}
.AnyTagClassName
{
color: #B0278F;
}
</style>
background-color css
<style>
a { background-color: #B0278F; }
a { background-color: rgb(176,39,143); }
div.DivClassName
{
background-color: #B0278F;
}
.BgClassName
{
background-color: #B0278F;
}
</style>
border-color css
<style>
span { border-color: #B0278F; }
span { border-color: rgb(176,39,143); }
td.TdClassName
{
border-color: #B0278F;
}
.TagClassName
{
border-color: #B0278F;
}
</style>