Shades of Medium Violet Red #B0108A
Tints of Medium Violet Red #B0108A
RGB
CMYK
RGB Variations
Color information
#B0108A (or 0xB0108A) is known color: Medium Violet Red. HEX triplet: B0, 10 and 8A. RGB value is (176,16,138). Sum of RGB (Red+Green+Blue) = 176+16+138=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B0108A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0108A is #4FEF75. Grayscale: #4D4D4D. Windows color (decimal): -5238646 or 9048240. OLE color: 9048240.
HSL color Cylindrical-coordinate representation of color #B0108A: hue angle of 314.25º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0108A is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 16 | 138 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.31 |
| HSL | 314.25º | 0.83% | 0.38% | - |
| HSV(B) | 314.25º | 0.91% | 0.69% | - |
| XYZ | 22.68 | 11.44 | 25.06 | - |
| YUV | 77.75 | 162.01 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 138 | 0 | 0.91 | 0.22 | 0.31 | 314.25 | 0.83 | 0.38 |
| Hex | B0 | 10 | 8A | 0 | 5B | 16 | 1F | 13A | 53 | 26 |
| Octal | 260 | 20 | 212 | 0 | 133 | 26 | 37 | 472 | 123 | 46 |
| Binary | 10110000 | 10000 | 10001010 | 0 | 1011011 | 10110 | 11111 | 100111010 | 1010011 | 100110 |
Color Harmonies of #B0108A
Complementary color
Monochromatic Colors of #B0108A
Black with #B0108A
Text Example
Text Example
White with #B0108A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0108A; }
p { color: rgb(176,16,138); }
H1.HeaderClassName
{
color: #B0108A;
}
.AnyTagClassName
{
color: #B0108A;
}
</style>
background-color css
<style>
a { background-color: #B0108A; }
a { background-color: rgb(176,16,138); }
div.DivClassName
{
background-color: #B0108A;
}
.BgClassName
{
background-color: #B0108A;
}
</style>
border-color css
<style>
span { border-color: #B0108A; }
span { border-color: rgb(176,16,138); }
td.TdClassName
{
border-color: #B0108A;
}
.TagClassName
{
border-color: #B0108A;
}
</style>