Shades of Medium Red Violet #B13F8A
Tints of Medium Red Violet #B13F8A
RGB
CMYK
RGB Variations
Color information
#B13F8A (or 0xB13F8A) is known color: Medium Red Violet. HEX triplet: B1, 3F and 8A. RGB value is (177,63,138). Sum of RGB (Red+Green+Blue) = 177+63+138=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13F8A is #4EC075. Grayscale: #696969. Windows color (decimal): -5161078 or 9060273. OLE color: 9060273.
HSL color Cylindrical-coordinate representation of color #B13F8A: hue angle of 320.53º 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 #B13F8A is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 63 | 138 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.31 |
| HSL | 320.53º | 0.48% | 0.47% | - |
| HSV(B) | 320.53º | 0.64% | 0.69% | - |
| XYZ | 24.5 | 14.74 | 25.6 | - |
| YUV | 105.64 | 146.27 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 138 | 0 | 0.64 | 0.22 | 0.31 | 320.53 | 0.48 | 0.47 |
| Hex | B1 | 3F | 8A | 0 | 40 | 16 | 1F | 141 | 30 | 2F |
| Octal | 261 | 77 | 212 | 0 | 100 | 26 | 37 | 501 | 60 | 57 |
| Binary | 10110001 | 111111 | 10001010 | 0 | 1000000 | 10110 | 11111 | 101000001 | 110000 | 101111 |
Color Harmonies of #B13F8A
Complementary color
Monochromatic Colors of #B13F8A
Black with #B13F8A
Text Example
Text Example
White with #B13F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13F8A; }
p { color: rgb(177,63,138); }
H1.HeaderClassName
{
color: #B13F8A;
}
.AnyTagClassName
{
color: #B13F8A;
}
</style>
background-color css
<style>
a { background-color: #B13F8A; }
a { background-color: rgb(177,63,138); }
div.DivClassName
{
background-color: #B13F8A;
}
.BgClassName
{
background-color: #B13F8A;
}
</style>
border-color css
<style>
span { border-color: #B13F8A; }
span { border-color: rgb(177,63,138); }
td.TdClassName
{
border-color: #B13F8A;
}
.TagClassName
{
border-color: #B13F8A;
}
</style>