Shades of Medium Violet Red #B0098F
Tints of Medium Violet Red #B0098F
RGB
CMYK
RGB Variations
Color information
#B0098F (or 0xB0098F) is known color: Medium Violet Red. HEX triplet: B0, 09 and 8F. RGB value is (176,9,143). Sum of RGB (Red+Green+Blue) = 176+9+143=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B0098F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0098F is #4FF670. Grayscale: #494949. Windows color (decimal): -5240433 or 9374128. OLE color: 9374128.
HSL color Cylindrical-coordinate representation of color #B0098F: hue angle of 311.86º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0098F is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 9 | 143 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.31 |
| HSL | 311.86º | 0.9% | 0.36% | - |
| HSV(B) | 311.86º | 0.95% | 0.69% | - |
| XYZ | 22.96 | 11.41 | 26.98 | - |
| YUV | 74.21 | 166.83 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 9 | 143 | 0 | 0.95 | 0.19 | 0.31 | 311.86 | 0.9 | 0.36 |
| Hex | B0 | 9 | 8F | 0 | 5F | 13 | 1F | 138 | 5A | 24 |
| Octal | 260 | 11 | 217 | 0 | 137 | 23 | 37 | 470 | 132 | 44 |
| Binary | 10110000 | 1001 | 10001111 | 0 | 1011111 | 10011 | 11111 | 100111000 | 1011010 | 100100 |
Color Harmonies of #B0098F
Complementary color
Monochromatic Colors of #B0098F
Black with #B0098F
Text Example
Text Example
White with #B0098F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0098F; }
p { color: rgb(176,9,143); }
H1.HeaderClassName
{
color: #B0098F;
}
.AnyTagClassName
{
color: #B0098F;
}
</style>
background-color css
<style>
a { background-color: #B0098F; }
a { background-color: rgb(176,9,143); }
div.DivClassName
{
background-color: #B0098F;
}
.BgClassName
{
background-color: #B0098F;
}
</style>
border-color css
<style>
span { border-color: #B0098F; }
span { border-color: rgb(176,9,143); }
td.TdClassName
{
border-color: #B0098F;
}
.TagClassName
{
border-color: #B0098F;
}
</style>