Shades of Medium Red Violet #B125A4
Tints of Medium Red Violet #B125A4
RGB
CMYK
RGB Variations
Color information
#B125A4 (or 0xB125A4) is known color: Medium Red Violet. HEX triplet: B1, 25 and A4. RGB value is (177,37,164). Sum of RGB (Red+Green+Blue) = 177+37+164=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 37 (14.84% from 255 or 9.79% from 378); Blue value is 164 (64.45% from 255 or 43.39% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B125A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B125A4 is #4EDA5B. Grayscale: #5C5C5C. Windows color (decimal): -5167708 or 10757553. OLE color: 10757553.
HSL color Cylindrical-coordinate representation of color #B125A4: hue angle of 305.57º 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 #B125A4 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 37 | 164 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.31 |
| HSL | 305.57º | 0.65% | 0.42% | - |
| HSV(B) | 305.57º | 0.79% | 0.69% | - |
| XYZ | 25.49 | 13.35 | 36.36 | - |
| YUV | 93.34 | 167.88 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 37 | 164 | 0 | 0.79 | 0.07 | 0.31 | 305.57 | 0.65 | 0.42 |
| Hex | B1 | 25 | A4 | 0 | 4F | 7 | 1F | 132 | 41 | 2A |
| Octal | 261 | 45 | 244 | 0 | 117 | 7 | 37 | 462 | 101 | 52 |
| Binary | 10110001 | 100101 | 10100100 | 0 | 1001111 | 111 | 11111 | 100110010 | 1000001 | 101010 |
Color Harmonies of #B125A4
Complementary color
Monochromatic Colors of #B125A4
Black with #B125A4
Text Example
Text Example
White with #B125A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B125A4; }
p { color: rgb(177,37,164); }
H1.HeaderClassName
{
color: #B125A4;
}
.AnyTagClassName
{
color: #B125A4;
}
</style>
background-color css
<style>
a { background-color: #B125A4; }
a { background-color: rgb(177,37,164); }
div.DivClassName
{
background-color: #B125A4;
}
.BgClassName
{
background-color: #B125A4;
}
</style>
border-color css
<style>
span { border-color: #B125A4; }
span { border-color: rgb(177,37,164); }
td.TdClassName
{
border-color: #B125A4;
}
.TagClassName
{
border-color: #B125A4;
}
</style>