Shades of Medium Red Violet #B0277B
Tints of Medium Red Violet #B0277B
RGB
CMYK
RGB Variations
Color information
#B0277B (or 0xB0277B) is known color: Medium Red Violet. HEX triplet: B0, 27 and 7B. RGB value is (176,39,123). Sum of RGB (Red+Green+Blue) = 176+39+123=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B0277B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0277B is #4FD884. Grayscale: #595959. Windows color (decimal): -5232773 or 8071088. OLE color: 8071088.
HSL color Cylindrical-coordinate representation of color #B0277B: hue angle of 323.21º 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 #B0277B is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 39 | 123 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.31 |
| HSL | 323.21º | 0.64% | 0.42% | - |
| HSV(B) | 323.21º | 0.78% | 0.69% | - |
| XYZ | 22.21 | 12.11 | 19.91 | - |
| YUV | 89.54 | 146.89 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 39 | 123 | 0 | 0.78 | 0.30 | 0.31 | 323.21 | 0.64 | 0.42 |
| Hex | B0 | 27 | 7B | 0 | 4E | 1E | 1F | 143 | 40 | 2A |
| Octal | 260 | 47 | 173 | 0 | 116 | 36 | 37 | 503 | 100 | 52 |
| Binary | 10110000 | 100111 | 1111011 | 0 | 1001110 | 11110 | 11111 | 101000011 | 1000000 | 101010 |
Color Harmonies of #B0277B
Complementary color
Monochromatic Colors of #B0277B
Black with #B0277B
Text Example
Text Example
White with #B0277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0277B; }
p { color: rgb(176,39,123); }
H1.HeaderClassName
{
color: #B0277B;
}
.AnyTagClassName
{
color: #B0277B;
}
</style>
background-color css
<style>
a { background-color: #B0277B; }
a { background-color: rgb(176,39,123); }
div.DivClassName
{
background-color: #B0277B;
}
.BgClassName
{
background-color: #B0277B;
}
</style>
border-color css
<style>
span { border-color: #B0277B; }
span { border-color: rgb(176,39,123); }
td.TdClassName
{
border-color: #B0277B;
}
.TagClassName
{
border-color: #B0277B;
}
</style>