Shades of Medium Red Violet #B13B78
Tints of Medium Red Violet #B13B78
RGB
CMYK
RGB Variations
Color information
#B13B78 (or 0xB13B78) is known color: Medium Red Violet. HEX triplet: B1, 3B and 78. RGB value is (177,59,120). Sum of RGB (Red+Green+Blue) = 177+59+120=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 59 (23.44% from 255 or 16.57% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13B78 is #4EC487. Grayscale: #656565. Windows color (decimal): -5162120 or 7879601. OLE color: 7879601.
HSL color Cylindrical-coordinate representation of color #B13B78: hue angle of 328.98º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B13B78 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 59 | 120 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.31 |
| HSL | 328.98º | 0.5% | 0.46% | - |
| HSV(B) | 328.98º | 0.67% | 0.69% | - |
| XYZ | 23.09 | 13.83 | 19.22 | - |
| YUV | 101.24 | 138.59 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 59 | 120 | 0 | 0.67 | 0.32 | 0.31 | 328.98 | 0.5 | 0.46 |
| Hex | B1 | 3B | 78 | 0 | 43 | 20 | 1F | 149 | 32 | 2E |
| Octal | 261 | 73 | 170 | 0 | 103 | 40 | 37 | 511 | 62 | 56 |
| Binary | 10110001 | 111011 | 1111000 | 0 | 1000011 | 100000 | 11111 | 101001001 | 110010 | 101110 |
Color Harmonies of #B13B78
Complementary color
Monochromatic Colors of #B13B78
Black with #B13B78
Text Example
Text Example
White with #B13B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13B78; }
p { color: rgb(177,59,120); }
H1.HeaderClassName
{
color: #B13B78;
}
.AnyTagClassName
{
color: #B13B78;
}
</style>
background-color css
<style>
a { background-color: #B13B78; }
a { background-color: rgb(177,59,120); }
div.DivClassName
{
background-color: #B13B78;
}
.BgClassName
{
background-color: #B13B78;
}
</style>
border-color css
<style>
span { border-color: #B13B78; }
span { border-color: rgb(177,59,120); }
td.TdClassName
{
border-color: #B13B78;
}
.TagClassName
{
border-color: #B13B78;
}
</style>