Shades of Medium Red Violet #B125A5
Tints of Medium Red Violet #B125A5
RGB
CMYK
RGB Variations
Color information
#B125A5 (or 0xB125A5) is known color: Medium Red Violet. HEX triplet: B1, 25 and A5. RGB value is (177,37,165). Sum of RGB (Red+Green+Blue) = 177+37+165=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 165 (64.84% from 255 or 43.54% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B125A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B125A5 is #4EDA5A. Grayscale: #5D5D5D. Windows color (decimal): -5167707 or 10823089. OLE color: 10823089.
HSL color Cylindrical-coordinate representation of color #B125A5: hue angle of 305.14º 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 #B125A5 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 37 | 165 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.31 |
| HSL | 305.14º | 0.65% | 0.42% | - |
| HSV(B) | 305.14º | 0.79% | 0.69% | - |
| XYZ | 25.58 | 13.39 | 36.83 | - |
| YUV | 93.45 | 168.38 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 37 | 165 | 0 | 0.79 | 0.07 | 0.31 | 305.14 | 0.65 | 0.42 |
| Hex | B1 | 25 | A5 | 0 | 4F | 7 | 1F | 131 | 41 | 2A |
| Octal | 261 | 45 | 245 | 0 | 117 | 7 | 37 | 461 | 101 | 52 |
| Binary | 10110001 | 100101 | 10100101 | 0 | 1001111 | 111 | 11111 | 100110001 | 1000001 | 101010 |
Color Harmonies of #B125A5
Complementary color
Monochromatic Colors of #B125A5
Black with #B125A5
Text Example
Text Example
White with #B125A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B125A5; }
p { color: rgb(177,37,165); }
H1.HeaderClassName
{
color: #B125A5;
}
.AnyTagClassName
{
color: #B125A5;
}
</style>
background-color css
<style>
a { background-color: #B125A5; }
a { background-color: rgb(177,37,165); }
div.DivClassName
{
background-color: #B125A5;
}
.BgClassName
{
background-color: #B125A5;
}
</style>
border-color css
<style>
span { border-color: #B125A5; }
span { border-color: rgb(177,37,165); }
td.TdClassName
{
border-color: #B125A5;
}
.TagClassName
{
border-color: #B125A5;
}
</style>