Shades of Medium Violet Red #B61E8F
Tints of Medium Violet Red #B61E8F
RGB
CMYK
RGB Variations
Color information
#B61E8F (or 0xB61E8F) is known color: Medium Violet Red. HEX triplet: B6, 1E and 8F. RGB value is (182,30,143). Sum of RGB (Red+Green+Blue) = 182+30+143=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B61E8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61E8F is #49E170. Grayscale: #585858. Windows color (decimal): -4841841 or 9379510. OLE color: 9379510.
HSL color Cylindrical-coordinate representation of color #B61E8F: hue angle of 315.39º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B61E8F is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 30 | 143 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.29 |
| HSL | 315.39º | 0.72% | 0.42% | - |
| HSV(B) | 315.39º | 0.84% | 0.71% | - |
| XYZ | 24.71 | 12.86 | 27.17 | - |
| YUV | 88.33 | 158.86 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 30 | 143 | 0 | 0.84 | 0.21 | 0.29 | 315.39 | 0.72 | 0.42 |
| Hex | B6 | 1E | 8F | 0 | 54 | 15 | 1D | 13B | 48 | 2A |
| Octal | 266 | 36 | 217 | 0 | 124 | 25 | 35 | 473 | 110 | 52 |
| Binary | 10110110 | 11110 | 10001111 | 0 | 1010100 | 10101 | 11101 | 100111011 | 1001000 | 101010 |
Color Harmonies of #B61E8F
Complementary color
Monochromatic Colors of #B61E8F
Black with #B61E8F
Text Example
Text Example
White with #B61E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61E8F; }
p { color: rgb(182,30,143); }
H1.HeaderClassName
{
color: #B61E8F;
}
.AnyTagClassName
{
color: #B61E8F;
}
</style>
background-color css
<style>
a { background-color: #B61E8F; }
a { background-color: rgb(182,30,143); }
div.DivClassName
{
background-color: #B61E8F;
}
.BgClassName
{
background-color: #B61E8F;
}
</style>
border-color css
<style>
span { border-color: #B61E8F; }
span { border-color: rgb(182,30,143); }
td.TdClassName
{
border-color: #B61E8F;
}
.TagClassName
{
border-color: #B61E8F;
}
</style>