Shades of Medium Violet Red #B3017B
Tints of Medium Violet Red #B3017B
RGB
CMYK
RGB Variations
Color information
#B3017B (or 0xB3017B) is known color: Medium Violet Red. HEX triplet: B3, 01 and 7B. RGB value is (179,1,123). Sum of RGB (Red+Green+Blue) = 179+1+123=303 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.08% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 179 - color contains mainly: red. Hex color #B3017B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3017B is #4CFE84. Grayscale: #434343. Windows color (decimal): -5045893 or 8061363. OLE color: 8061363.
HSL color Cylindrical-coordinate representation of color #B3017B: hue angle of 318.88º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B3017B is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 123 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.30 |
| HSL | 318.88º | 0.99% | 0.35% | - |
| HSV(B) | 318.88º | 0.99% | 0.7% | - |
| XYZ | 22.18 | 11.04 | 19.7 | - |
| YUV | 68.13 | 158.97 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 123 | 0 | 0.99 | 0.31 | 0.30 | 318.88 | 0.99 | 0.35 |
| Hex | B3 | 1 | 7B | 0 | 63 | 1F | 1E | 13F | 63 | 23 |
| Octal | 263 | 1 | 173 | 0 | 143 | 37 | 36 | 477 | 143 | 43 |
| Binary | 10110011 | 1 | 1111011 | 0 | 1100011 | 11111 | 11110 | 100111111 | 1100011 | 100011 |
Color Harmonies of #B3017B
Complementary color
Monochromatic Colors of #B3017B
Black with #B3017B
Text Example
Text Example
White with #B3017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3017B; }
p { color: rgb(179,1,123); }
H1.HeaderClassName
{
color: #B3017B;
}
.AnyTagClassName
{
color: #B3017B;
}
</style>
background-color css
<style>
a { background-color: #B3017B; }
a { background-color: rgb(179,1,123); }
div.DivClassName
{
background-color: #B3017B;
}
.BgClassName
{
background-color: #B3017B;
}
</style>
border-color css
<style>
span { border-color: #B3017B; }
span { border-color: rgb(179,1,123); }
td.TdClassName
{
border-color: #B3017B;
}
.TagClassName
{
border-color: #B3017B;
}
</style>