Shades of Medium Violet Red #B61A8F
Tints of Medium Violet Red #B61A8F
RGB
CMYK
RGB Variations
Color information
#B61A8F (or 0xB61A8F) is known color: Medium Violet Red. HEX triplet: B6, 1A and 8F. RGB value is (182,26,143). Sum of RGB (Red+Green+Blue) = 182+26+143=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 143 (56.25% from 255 or 40.74% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B61A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61A8F is #49E570. Grayscale: #555555. Windows color (decimal): -4842865 or 9378486. OLE color: 9378486.
HSL color Cylindrical-coordinate representation of color #B61A8F: hue angle of 315º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61A8F is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 26 | 143 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.29 |
| HSL | 315º | 0.75% | 0.41% | - |
| HSV(B) | 315º | 0.86% | 0.71% | - |
| XYZ | 24.62 | 12.67 | 27.13 | - |
| YUV | 85.98 | 160.18 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 26 | 143 | 0 | 0.86 | 0.21 | 0.29 | 315 | 0.75 | 0.41 |
| Hex | B6 | 1A | 8F | 0 | 56 | 15 | 1D | 13B | 4B | 29 |
| Octal | 266 | 32 | 217 | 0 | 126 | 25 | 35 | 473 | 113 | 51 |
| Binary | 10110110 | 11010 | 10001111 | 0 | 1010110 | 10101 | 11101 | 100111011 | 1001011 | 101001 |
Color Harmonies of #B61A8F
Complementary color
Monochromatic Colors of #B61A8F
Black with #B61A8F
Text Example
Text Example
White with #B61A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61A8F; }
p { color: rgb(182,26,143); }
H1.HeaderClassName
{
color: #B61A8F;
}
.AnyTagClassName
{
color: #B61A8F;
}
</style>
background-color css
<style>
a { background-color: #B61A8F; }
a { background-color: rgb(182,26,143); }
div.DivClassName
{
background-color: #B61A8F;
}
.BgClassName
{
background-color: #B61A8F;
}
</style>
border-color css
<style>
span { border-color: #B61A8F; }
span { border-color: rgb(182,26,143); }
td.TdClassName
{
border-color: #B61A8F;
}
.TagClassName
{
border-color: #B61A8F;
}
</style>