Shades of Medium Red Violet #B14481
Tints of Medium Red Violet #B14481
RGB
CMYK
RGB Variations
Color information
#B14481 (or 0xB14481) is known color: Medium Red Violet. HEX triplet: B1, 44 and 81. RGB value is (177,68,129). Sum of RGB (Red+Green+Blue) = 177+68+129=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B14481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14481 is #4EBB7E. Grayscale: #6B6B6B. Windows color (decimal): -5159807 or 8471729. OLE color: 8471729.
HSL color Cylindrical-coordinate representation of color #B14481: hue angle of 326.42º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B14481 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 68 | 129 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.31 |
| HSL | 326.42º | 0.44% | 0.48% | - |
| HSV(B) | 326.42º | 0.62% | 0.69% | - |
| XYZ | 24.16 | 15.07 | 22.4 | - |
| YUV | 107.55 | 140.11 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 68 | 129 | 0 | 0.62 | 0.27 | 0.31 | 326.42 | 0.44 | 0.48 |
| Hex | B1 | 44 | 81 | 0 | 3E | 1B | 1F | 146 | 2C | 30 |
| Octal | 261 | 104 | 201 | 0 | 76 | 33 | 37 | 506 | 54 | 60 |
| Binary | 10110001 | 1000100 | 10000001 | 0 | 111110 | 11011 | 11111 | 101000110 | 101100 | 110000 |
Color Harmonies of #B14481
Complementary color
Monochromatic Colors of #B14481
Black with #B14481
Text Example
Text Example
White with #B14481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14481; }
p { color: rgb(177,68,129); }
H1.HeaderClassName
{
color: #B14481;
}
.AnyTagClassName
{
color: #B14481;
}
</style>
background-color css
<style>
a { background-color: #B14481; }
a { background-color: rgb(177,68,129); }
div.DivClassName
{
background-color: #B14481;
}
.BgClassName
{
background-color: #B14481;
}
</style>
border-color css
<style>
span { border-color: #B14481; }
span { border-color: rgb(177,68,129); }
td.TdClassName
{
border-color: #B14481;
}
.TagClassName
{
border-color: #B14481;
}
</style>