Shades of Medium Red Violet #B13F9A
Tints of Medium Red Violet #B13F9A
RGB
CMYK
RGB Variations
Color information
#B13F9A (or 0xB13F9A) is known color: Medium Red Violet. HEX triplet: B1, 3F and 9A. RGB value is (177,63,154). Sum of RGB (Red+Green+Blue) = 177+63+154=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13F9A is #4EC065. Grayscale: #6B6B6B. Windows color (decimal): -5161062 or 10108849. OLE color: 10108849.
HSL color Cylindrical-coordinate representation of color #B13F9A: hue angle of 312.11º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B13F9A is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 63 | 154 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.31 |
| HSL | 312.11º | 0.48% | 0.47% | - |
| HSV(B) | 312.11º | 0.64% | 0.69% | - |
| XYZ | 25.74 | 15.24 | 32.16 | - |
| YUV | 107.46 | 154.27 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 154 | 0 | 0.64 | 0.13 | 0.31 | 312.11 | 0.48 | 0.47 |
| Hex | B1 | 3F | 9A | 0 | 40 | D | 1F | 138 | 30 | 2F |
| Octal | 261 | 77 | 232 | 0 | 100 | 15 | 37 | 470 | 60 | 57 |
| Binary | 10110001 | 111111 | 10011010 | 0 | 1000000 | 1101 | 11111 | 100111000 | 110000 | 101111 |
Color Harmonies of #B13F9A
Complementary color
Monochromatic Colors of #B13F9A
Black with #B13F9A
Text Example
Text Example
White with #B13F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13F9A; }
p { color: rgb(177,63,154); }
H1.HeaderClassName
{
color: #B13F9A;
}
.AnyTagClassName
{
color: #B13F9A;
}
</style>
background-color css
<style>
a { background-color: #B13F9A; }
a { background-color: rgb(177,63,154); }
div.DivClassName
{
background-color: #B13F9A;
}
.BgClassName
{
background-color: #B13F9A;
}
</style>
border-color css
<style>
span { border-color: #B13F9A; }
span { border-color: rgb(177,63,154); }
td.TdClassName
{
border-color: #B13F9A;
}
.TagClassName
{
border-color: #B13F9A;
}
</style>