Shades of Medium Red Violet #B13E9A
Tints of Medium Red Violet #B13E9A
RGB
CMYK
RGB Variations
Color information
#B13E9A (or 0xB13E9A) is known color: Medium Red Violet. HEX triplet: B1, 3E and 9A. RGB value is (177,62,154). Sum of RGB (Red+Green+Blue) = 177+62+154=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13E9A is #4EC165. Grayscale: #6A6A6A. Windows color (decimal): -5161318 or 10108593. OLE color: 10108593.
HSL color Cylindrical-coordinate representation of color #B13E9A: hue angle of 312º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B13E9A is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 62 | 154 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.31 |
| HSL | 312º | 0.48% | 0.47% | - |
| HSV(B) | 312º | 0.65% | 0.69% | - |
| XYZ | 25.69 | 15.13 | 32.14 | - |
| YUV | 106.87 | 154.6 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 62 | 154 | 0 | 0.65 | 0.13 | 0.31 | 312 | 0.48 | 0.47 |
| Hex | B1 | 3E | 9A | 0 | 41 | D | 1F | 138 | 30 | 2F |
| Octal | 261 | 76 | 232 | 0 | 101 | 15 | 37 | 470 | 60 | 57 |
| Binary | 10110001 | 111110 | 10011010 | 0 | 1000001 | 1101 | 11111 | 100111000 | 110000 | 101111 |
Color Harmonies of #B13E9A
Complementary color
Monochromatic Colors of #B13E9A
Black with #B13E9A
Text Example
Text Example
White with #B13E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13E9A; }
p { color: rgb(177,62,154); }
H1.HeaderClassName
{
color: #B13E9A;
}
.AnyTagClassName
{
color: #B13E9A;
}
</style>
background-color css
<style>
a { background-color: #B13E9A; }
a { background-color: rgb(177,62,154); }
div.DivClassName
{
background-color: #B13E9A;
}
.BgClassName
{
background-color: #B13E9A;
}
</style>
border-color css
<style>
span { border-color: #B13E9A; }
span { border-color: rgb(177,62,154); }
td.TdClassName
{
border-color: #B13E9A;
}
.TagClassName
{
border-color: #B13E9A;
}
</style>