Shades of Medium Violet Red #B3087F
Tints of Medium Violet Red #B3087F
RGB
CMYK
RGB Variations
Color information
#B3087F (or 0xB3087F) is known color: Medium Violet Red. HEX triplet: B3, 08 and 7F. RGB value is (179,8,127). Sum of RGB (Red+Green+Blue) = 179+8+127=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B3087F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3087F is #4CF780. Grayscale: #484848. Windows color (decimal): -5044097 or 8325299. OLE color: 8325299.
HSL color Cylindrical-coordinate representation of color #B3087F: hue angle of 318.25º 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 #B3087F is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 8 | 127 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.30 |
| HSL | 318.25º | 0.91% | 0.37% | - |
| HSV(B) | 318.25º | 0.96% | 0.7% | - |
| XYZ | 22.51 | 11.29 | 21.07 | - |
| YUV | 72.7 | 158.65 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 127 | 0 | 0.96 | 0.29 | 0.30 | 318.25 | 0.91 | 0.37 |
| Hex | B3 | 8 | 7F | 0 | 60 | 1D | 1E | 13E | 5B | 25 |
| Octal | 263 | 10 | 177 | 0 | 140 | 35 | 36 | 476 | 133 | 45 |
| Binary | 10110011 | 1000 | 1111111 | 0 | 1100000 | 11101 | 11110 | 100111110 | 1011011 | 100101 |
Color Harmonies of #B3087F
Complementary color
Monochromatic Colors of #B3087F
Black with #B3087F
Text Example
Text Example
White with #B3087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3087F; }
p { color: rgb(179,8,127); }
H1.HeaderClassName
{
color: #B3087F;
}
.AnyTagClassName
{
color: #B3087F;
}
</style>
background-color css
<style>
a { background-color: #B3087F; }
a { background-color: rgb(179,8,127); }
div.DivClassName
{
background-color: #B3087F;
}
.BgClassName
{
background-color: #B3087F;
}
</style>
border-color css
<style>
span { border-color: #B3087F; }
span { border-color: rgb(179,8,127); }
td.TdClassName
{
border-color: #B3087F;
}
.TagClassName
{
border-color: #B3087F;
}
</style>