Shades of Medium Violet Red #B61B8E
Tints of Medium Violet Red #B61B8E
RGB
CMYK
RGB Variations
Color information
#B61B8E (or 0xB61B8E) is known color: Medium Violet Red. HEX triplet: B6, 1B and 8E. RGB value is (182,27,142). Sum of RGB (Red+Green+Blue) = 182+27+142=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 27 (10.94% from 255 or 7.69% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B61B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61B8E is #49E471. Grayscale: #565656. Windows color (decimal): -4842610 or 9313206. OLE color: 9313206.
HSL color Cylindrical-coordinate representation of color #B61B8E: hue angle of 315.48º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B61B8E is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 27 | 142 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.29 |
| HSL | 315.48º | 0.74% | 0.41% | - |
| HSV(B) | 315.48º | 0.85% | 0.71% | - |
| XYZ | 24.57 | 12.68 | 26.74 | - |
| YUV | 86.46 | 159.35 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 27 | 142 | 0 | 0.85 | 0.22 | 0.29 | 315.48 | 0.74 | 0.41 |
| Hex | B6 | 1B | 8E | 0 | 55 | 16 | 1D | 13B | 4A | 29 |
| Octal | 266 | 33 | 216 | 0 | 125 | 26 | 35 | 473 | 112 | 51 |
| Binary | 10110110 | 11011 | 10001110 | 0 | 1010101 | 10110 | 11101 | 100111011 | 1001010 | 101001 |
Color Harmonies of #B61B8E
Complementary color
Monochromatic Colors of #B61B8E
Black with #B61B8E
Text Example
Text Example
White with #B61B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61B8E; }
p { color: rgb(182,27,142); }
H1.HeaderClassName
{
color: #B61B8E;
}
.AnyTagClassName
{
color: #B61B8E;
}
</style>
background-color css
<style>
a { background-color: #B61B8E; }
a { background-color: rgb(182,27,142); }
div.DivClassName
{
background-color: #B61B8E;
}
.BgClassName
{
background-color: #B61B8E;
}
</style>
border-color css
<style>
span { border-color: #B61B8E; }
span { border-color: rgb(182,27,142); }
td.TdClassName
{
border-color: #B61B8E;
}
.TagClassName
{
border-color: #B61B8E;
}
</style>