Shades of Medium Red Violet #B125A6
Tints of Medium Red Violet #B125A6
RGB
CMYK
RGB Variations
Color information
#B125A6 (or 0xB125A6) is known color: Medium Red Violet. HEX triplet: B1, 25 and A6. RGB value is (177,37,166). Sum of RGB (Red+Green+Blue) = 177+37+166=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 166 (65.23% from 255 or 43.68% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B125A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B125A6 is #4EDA59. Grayscale: #5D5D5D. Windows color (decimal): -5167706 or 10888625. OLE color: 10888625.
HSL color Cylindrical-coordinate representation of color #B125A6: hue angle of 304.71º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B125A6 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 37 | 166 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.31 |
| HSL | 304.71º | 0.65% | 0.42% | - |
| HSV(B) | 304.71º | 0.79% | 0.69% | - |
| XYZ | 25.68 | 13.42 | 37.31 | - |
| YUV | 93.57 | 168.88 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 37 | 166 | 0 | 0.79 | 0.06 | 0.31 | 304.71 | 0.65 | 0.42 |
| Hex | B1 | 25 | A6 | 0 | 4F | 6 | 1F | 131 | 41 | 2A |
| Octal | 261 | 45 | 246 | 0 | 117 | 6 | 37 | 461 | 101 | 52 |
| Binary | 10110001 | 100101 | 10100110 | 0 | 1001111 | 110 | 11111 | 100110001 | 1000001 | 101010 |
Color Harmonies of #B125A6
Complementary color
Monochromatic Colors of #B125A6
Black with #B125A6
Text Example
Text Example
White with #B125A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B125A6; }
p { color: rgb(177,37,166); }
H1.HeaderClassName
{
color: #B125A6;
}
.AnyTagClassName
{
color: #B125A6;
}
</style>
background-color css
<style>
a { background-color: #B125A6; }
a { background-color: rgb(177,37,166); }
div.DivClassName
{
background-color: #B125A6;
}
.BgClassName
{
background-color: #B125A6;
}
</style>
border-color css
<style>
span { border-color: #B125A6; }
span { border-color: rgb(177,37,166); }
td.TdClassName
{
border-color: #B125A6;
}
.TagClassName
{
border-color: #B125A6;
}
</style>