Shades of Medium Violet Red #B3018F
Tints of Medium Violet Red #B3018F
RGB
CMYK
RGB Variations
Color information
#B3018F (or 0xB3018F) is known color: Medium Violet Red. HEX triplet: B3, 01 and 8F. RGB value is (179,1,143). Sum of RGB (Red+Green+Blue) = 179+1+143=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 143 (56.25% from 255 or 44.27% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B3018F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3018F is #4CFE70. Grayscale: #464646. Windows color (decimal): -5045873 or 9372083. OLE color: 9372083.
HSL color Cylindrical-coordinate representation of color #B3018F: hue angle of 312.13º 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 #B3018F is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 143 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.30 |
| HSL | 312.13º | 0.99% | 0.35% | - |
| HSV(B) | 312.13º | 0.99% | 0.7% | - |
| XYZ | 23.56 | 11.59 | 26.98 | - |
| YUV | 70.41 | 168.97 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 143 | 0 | 0.99 | 0.20 | 0.30 | 312.13 | 0.99 | 0.35 |
| Hex | B3 | 1 | 8F | 0 | 63 | 14 | 1E | 138 | 63 | 23 |
| Octal | 263 | 1 | 217 | 0 | 143 | 24 | 36 | 470 | 143 | 43 |
| Binary | 10110011 | 1 | 10001111 | 0 | 1100011 | 10100 | 11110 | 100111000 | 1100011 | 100011 |
Color Harmonies of #B3018F
Complementary color
Monochromatic Colors of #B3018F
Black with #B3018F
Text Example
Text Example
White with #B3018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3018F; }
p { color: rgb(179,1,143); }
H1.HeaderClassName
{
color: #B3018F;
}
.AnyTagClassName
{
color: #B3018F;
}
</style>
background-color css
<style>
a { background-color: #B3018F; }
a { background-color: rgb(179,1,143); }
div.DivClassName
{
background-color: #B3018F;
}
.BgClassName
{
background-color: #B3018F;
}
</style>
border-color css
<style>
span { border-color: #B3018F; }
span { border-color: rgb(179,1,143); }
td.TdClassName
{
border-color: #B3018F;
}
.TagClassName
{
border-color: #B3018F;
}
</style>