Shades of Medium Red Violet #B5438A
Tints of Medium Red Violet #B5438A
RGB
CMYK
RGB Variations
Color information
#B5438A (or 0xB5438A) is known color: Medium Red Violet. HEX triplet: B5, 43 and 8A. RGB value is (181,67,138). Sum of RGB (Red+Green+Blue) = 181+67+138=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B5438A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5438A is #4ABC75. Grayscale: #6D6D6D. Windows color (decimal): -4897910 or 9061301. OLE color: 9061301.
HSL color Cylindrical-coordinate representation of color #B5438A: hue angle of 322.63º 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 #B5438A is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 67 | 138 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.29 |
| HSL | 322.63º | 0.46% | 0.49% | - |
| HSV(B) | 322.63º | 0.63% | 0.71% | - |
| XYZ | 25.65 | 15.67 | 25.72 | - |
| YUV | 109.18 | 144.27 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 138 | 0 | 0.63 | 0.24 | 0.29 | 322.63 | 0.46 | 0.49 |
| Hex | B5 | 43 | 8A | 0 | 3F | 18 | 1D | 143 | 2E | 31 |
| Octal | 265 | 103 | 212 | 0 | 77 | 30 | 35 | 503 | 56 | 61 |
| Binary | 10110101 | 1000011 | 10001010 | 0 | 111111 | 11000 | 11101 | 101000011 | 101110 | 110001 |
Color Harmonies of #B5438A
Complementary color
Monochromatic Colors of #B5438A
Black with #B5438A
Text Example
Text Example
White with #B5438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5438A; }
p { color: rgb(181,67,138); }
H1.HeaderClassName
{
color: #B5438A;
}
.AnyTagClassName
{
color: #B5438A;
}
</style>
background-color css
<style>
a { background-color: #B5438A; }
a { background-color: rgb(181,67,138); }
div.DivClassName
{
background-color: #B5438A;
}
.BgClassName
{
background-color: #B5438A;
}
</style>
border-color css
<style>
span { border-color: #B5438A; }
span { border-color: rgb(181,67,138); }
td.TdClassName
{
border-color: #B5438A;
}
.TagClassName
{
border-color: #B5438A;
}
</style>