Shades of Medium Red Violet #B13D98
Tints of Medium Red Violet #B13D98
RGB
CMYK
RGB Variations
Color information
#B13D98 (or 0xB13D98) is known color: Medium Red Violet. HEX triplet: B1, 3D and 98. RGB value is (177,61,152). Sum of RGB (Red+Green+Blue) = 177+61+152=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13D98 is #4EC267. Grayscale: #696969. Windows color (decimal): -5161576 or 9977265. OLE color: 9977265.
HSL color Cylindrical-coordinate representation of color #B13D98: hue angle of 312.93º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B13D98 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 61 | 152 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.31 |
| HSL | 312.93º | 0.49% | 0.47% | - |
| HSV(B) | 312.93º | 0.66% | 0.69% | - |
| XYZ | 25.47 | 14.95 | 31.25 | - |
| YUV | 106.06 | 153.93 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 152 | 0 | 0.66 | 0.14 | 0.31 | 312.93 | 0.49 | 0.47 |
| Hex | B1 | 3D | 98 | 0 | 42 | E | 1F | 139 | 31 | 2F |
| Octal | 261 | 75 | 230 | 0 | 102 | 16 | 37 | 471 | 61 | 57 |
| Binary | 10110001 | 111101 | 10011000 | 0 | 1000010 | 1110 | 11111 | 100111001 | 110001 | 101111 |
Color Harmonies of #B13D98
Complementary color
Monochromatic Colors of #B13D98
Black with #B13D98
Text Example
Text Example
White with #B13D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13D98; }
p { color: rgb(177,61,152); }
H1.HeaderClassName
{
color: #B13D98;
}
.AnyTagClassName
{
color: #B13D98;
}
</style>
background-color css
<style>
a { background-color: #B13D98; }
a { background-color: rgb(177,61,152); }
div.DivClassName
{
background-color: #B13D98;
}
.BgClassName
{
background-color: #B13D98;
}
</style>
border-color css
<style>
span { border-color: #B13D98; }
span { border-color: rgb(177,61,152); }
td.TdClassName
{
border-color: #B13D98;
}
.TagClassName
{
border-color: #B13D98;
}
</style>