Shades of Medium Red Violet #B0279C
Tints of Medium Red Violet #B0279C
RGB
CMYK
RGB Variations
Color information
#B0279C (or 0xB0279C) is known color: Medium Red Violet. HEX triplet: B0, 27 and 9C. RGB value is (176,39,156). Sum of RGB (Red+Green+Blue) = 176+39+156=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0279C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0279C is #4FD863. Grayscale: #5C5C5C. Windows color (decimal): -5232740 or 10233776. OLE color: 10233776.
HSL color Cylindrical-coordinate representation of color #B0279C: hue angle of 308.76º 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 #B0279C is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 39 | 156 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.31 |
| HSL | 308.76º | 0.64% | 0.42% | - |
| HSV(B) | 308.76º | 0.78% | 0.69% | - |
| XYZ | 24.63 | 13.08 | 32.68 | - |
| YUV | 93.3 | 163.39 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 39 | 156 | 0 | 0.78 | 0.11 | 0.31 | 308.76 | 0.64 | 0.42 |
| Hex | B0 | 27 | 9C | 0 | 4E | B | 1F | 135 | 40 | 2A |
| Octal | 260 | 47 | 234 | 0 | 116 | 13 | 37 | 465 | 100 | 52 |
| Binary | 10110000 | 100111 | 10011100 | 0 | 1001110 | 1011 | 11111 | 100110101 | 1000000 | 101010 |
Color Harmonies of #B0279C
Complementary color
Monochromatic Colors of #B0279C
Black with #B0279C
Text Example
Text Example
White with #B0279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0279C; }
p { color: rgb(176,39,156); }
H1.HeaderClassName
{
color: #B0279C;
}
.AnyTagClassName
{
color: #B0279C;
}
</style>
background-color css
<style>
a { background-color: #B0279C; }
a { background-color: rgb(176,39,156); }
div.DivClassName
{
background-color: #B0279C;
}
.BgClassName
{
background-color: #B0279C;
}
</style>
border-color css
<style>
span { border-color: #B0279C; }
span { border-color: rgb(176,39,156); }
td.TdClassName
{
border-color: #B0279C;
}
.TagClassName
{
border-color: #B0279C;
}
</style>