Shades of Medium Violet Red #B3088F
Tints of Medium Violet Red #B3088F
RGB
CMYK
RGB Variations
Color information
#B3088F (or 0xB3088F) is known color: Medium Violet Red. HEX triplet: B3, 08 and 8F. RGB value is (179,8,143). Sum of RGB (Red+Green+Blue) = 179+8+143=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B3088F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3088F is #4CF770. Grayscale: #4A4A4A. Windows color (decimal): -5044081 or 9373875. OLE color: 9373875.
HSL color Cylindrical-coordinate representation of color #B3088F: hue angle of 312.63º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B3088F is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 8 | 143 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.30 |
| HSL | 312.63º | 0.91% | 0.37% | - |
| HSV(B) | 312.63º | 0.96% | 0.7% | - |
| XYZ | 23.64 | 11.74 | 27.01 | - |
| YUV | 74.52 | 166.65 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 143 | 0 | 0.96 | 0.20 | 0.30 | 312.63 | 0.91 | 0.37 |
| Hex | B3 | 8 | 8F | 0 | 60 | 14 | 1E | 139 | 5B | 25 |
| Octal | 263 | 10 | 217 | 0 | 140 | 24 | 36 | 471 | 133 | 45 |
| Binary | 10110011 | 1000 | 10001111 | 0 | 1100000 | 10100 | 11110 | 100111001 | 1011011 | 100101 |
Color Harmonies of #B3088F
Complementary color
Monochromatic Colors of #B3088F
Black with #B3088F
Text Example
Text Example
White with #B3088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3088F; }
p { color: rgb(179,8,143); }
H1.HeaderClassName
{
color: #B3088F;
}
.AnyTagClassName
{
color: #B3088F;
}
</style>
background-color css
<style>
a { background-color: #B3088F; }
a { background-color: rgb(179,8,143); }
div.DivClassName
{
background-color: #B3088F;
}
.BgClassName
{
background-color: #B3088F;
}
</style>
border-color css
<style>
span { border-color: #B3088F; }
span { border-color: rgb(179,8,143); }
td.TdClassName
{
border-color: #B3088F;
}
.TagClassName
{
border-color: #B3088F;
}
</style>