Shades of Medium Red Violet #B14098
Tints of Medium Red Violet #B14098
RGB
CMYK
RGB Variations
Color information
#B14098 (or 0xB14098) is known color: Medium Red Violet. HEX triplet: B1, 40 and 98. RGB value is (177,64,152). Sum of RGB (Red+Green+Blue) = 177+64+152=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B14098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14098 is #4EBF67. Grayscale: #6B6B6B. Windows color (decimal): -5160808 or 9978033. OLE color: 9978033.
HSL color Cylindrical-coordinate representation of color #B14098: hue angle of 313.27º 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 #B14098 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 64 | 152 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.31 |
| HSL | 313.27º | 0.47% | 0.47% | - |
| HSV(B) | 313.27º | 0.64% | 0.69% | - |
| XYZ | 25.63 | 15.28 | 31.3 | - |
| YUV | 107.82 | 152.94 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 152 | 0 | 0.64 | 0.14 | 0.31 | 313.27 | 0.47 | 0.47 |
| Hex | B1 | 40 | 98 | 0 | 40 | E | 1F | 139 | 2F | 2F |
| Octal | 261 | 100 | 230 | 0 | 100 | 16 | 37 | 471 | 57 | 57 |
| Binary | 10110001 | 1000000 | 10011000 | 0 | 1000000 | 1110 | 11111 | 100111001 | 101111 | 101111 |
Color Harmonies of #B14098
Complementary color
Monochromatic Colors of #B14098
Black with #B14098
Text Example
Text Example
White with #B14098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14098; }
p { color: rgb(177,64,152); }
H1.HeaderClassName
{
color: #B14098;
}
.AnyTagClassName
{
color: #B14098;
}
</style>
background-color css
<style>
a { background-color: #B14098; }
a { background-color: rgb(177,64,152); }
div.DivClassName
{
background-color: #B14098;
}
.BgClassName
{
background-color: #B14098;
}
</style>
border-color css
<style>
span { border-color: #B14098; }
span { border-color: rgb(177,64,152); }
td.TdClassName
{
border-color: #B14098;
}
.TagClassName
{
border-color: #B14098;
}
</style>