Shades of Medium Red Violet #B5438D
Tints of Medium Red Violet #B5438D
RGB
CMYK
RGB Variations
Color information
#B5438D (or 0xB5438D) is known color: Medium Red Violet. HEX triplet: B5, 43 and 8D. RGB value is (181,67,141). Sum of RGB (Red+Green+Blue) = 181+67+141=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 67 (26.56% from 255 or 17.22% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B5438D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5438D is #4ABC72. Grayscale: #6D6D6D. Windows color (decimal): -4897907 or 9257909. OLE color: 9257909.
HSL color Cylindrical-coordinate representation of color #B5438D: hue angle of 321.05º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B5438D is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 67 | 141 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.29 |
| HSL | 321.05º | 0.46% | 0.49% | - |
| HSV(B) | 321.05º | 0.63% | 0.71% | - |
| XYZ | 25.87 | 15.76 | 26.88 | - |
| YUV | 109.52 | 145.77 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 141 | 0 | 0.63 | 0.22 | 0.29 | 321.05 | 0.46 | 0.49 |
| Hex | B5 | 43 | 8D | 0 | 3F | 16 | 1D | 141 | 2E | 31 |
| Octal | 265 | 103 | 215 | 0 | 77 | 26 | 35 | 501 | 56 | 61 |
| Binary | 10110101 | 1000011 | 10001101 | 0 | 111111 | 10110 | 11101 | 101000001 | 101110 | 110001 |
Color Harmonies of #B5438D
Complementary color
Monochromatic Colors of #B5438D
Black with #B5438D
Text Example
Text Example
White with #B5438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5438D; }
p { color: rgb(181,67,141); }
H1.HeaderClassName
{
color: #B5438D;
}
.AnyTagClassName
{
color: #B5438D;
}
</style>
background-color css
<style>
a { background-color: #B5438D; }
a { background-color: rgb(181,67,141); }
div.DivClassName
{
background-color: #B5438D;
}
.BgClassName
{
background-color: #B5438D;
}
</style>
border-color css
<style>
span { border-color: #B5438D; }
span { border-color: rgb(181,67,141); }
td.TdClassName
{
border-color: #B5438D;
}
.TagClassName
{
border-color: #B5438D;
}
</style>