Shades of Medium Violet Red #B0088A
Tints of Medium Violet Red #B0088A
RGB
CMYK
RGB Variations
Color information
#B0088A (or 0xB0088A) is known color: Medium Violet Red. HEX triplet: B0, 08 and 8A. RGB value is (176,8,138). Sum of RGB (Red+Green+Blue) = 176+8+138=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B0088A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0088A is #4FF775. Grayscale: #484848. Windows color (decimal): -5240694 or 9046192. OLE color: 9046192.
HSL color Cylindrical-coordinate representation of color #B0088A: hue angle of 313.57º degrees, saturation: 0.91, 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 #B0088A is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 8 | 138 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.31 |
| HSL | 313.57º | 0.91% | 0.36% | - |
| HSV(B) | 313.57º | 0.95% | 0.69% | - |
| XYZ | 22.58 | 11.24 | 25.02 | - |
| YUV | 73.05 | 164.66 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 8 | 138 | 0 | 0.95 | 0.22 | 0.31 | 313.57 | 0.91 | 0.36 |
| Hex | B0 | 8 | 8A | 0 | 5F | 16 | 1F | 13A | 5B | 24 |
| Octal | 260 | 10 | 212 | 0 | 137 | 26 | 37 | 472 | 133 | 44 |
| Binary | 10110000 | 1000 | 10001010 | 0 | 1011111 | 10110 | 11111 | 100111010 | 1011011 | 100100 |
Color Harmonies of #B0088A
Complementary color
Monochromatic Colors of #B0088A
Black with #B0088A
Text Example
Text Example
White with #B0088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0088A; }
p { color: rgb(176,8,138); }
H1.HeaderClassName
{
color: #B0088A;
}
.AnyTagClassName
{
color: #B0088A;
}
</style>
background-color css
<style>
a { background-color: #B0088A; }
a { background-color: rgb(176,8,138); }
div.DivClassName
{
background-color: #B0088A;
}
.BgClassName
{
background-color: #B0088A;
}
</style>
border-color css
<style>
span { border-color: #B0088A; }
span { border-color: rgb(176,8,138); }
td.TdClassName
{
border-color: #B0088A;
}
.TagClassName
{
border-color: #B0088A;
}
</style>