Shades of Medium Red Violet #B4438B
Tints of Medium Red Violet #B4438B
RGB
CMYK
RGB Variations
Color information
#B4438B (or 0xB4438B) is known color: Medium Red Violet. HEX triplet: B4, 43 and 8B. RGB value is (180,67,139). Sum of RGB (Red+Green+Blue) = 180+67+139=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B4438B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4438B is #4BBC74. Grayscale: #6C6C6C. Windows color (decimal): -4963445 or 9126836. OLE color: 9126836.
HSL color Cylindrical-coordinate representation of color #B4438B: hue angle of 321.77º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B4438B is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 67 | 139 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.29 |
| HSL | 321.77º | 0.46% | 0.48% | - |
| HSV(B) | 321.77º | 0.63% | 0.71% | - |
| XYZ | 25.49 | 15.58 | 26.09 | - |
| YUV | 109 | 144.94 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 67 | 139 | 0 | 0.63 | 0.23 | 0.29 | 321.77 | 0.46 | 0.48 |
| Hex | B4 | 43 | 8B | 0 | 3F | 17 | 1D | 142 | 2E | 30 |
| Octal | 264 | 103 | 213 | 0 | 77 | 27 | 35 | 502 | 56 | 60 |
| Binary | 10110100 | 1000011 | 10001011 | 0 | 111111 | 10111 | 11101 | 101000010 | 101110 | 110000 |
Color Harmonies of #B4438B
Complementary color
Monochromatic Colors of #B4438B
Black with #B4438B
Text Example
Text Example
White with #B4438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4438B; }
p { color: rgb(180,67,139); }
H1.HeaderClassName
{
color: #B4438B;
}
.AnyTagClassName
{
color: #B4438B;
}
</style>
background-color css
<style>
a { background-color: #B4438B; }
a { background-color: rgb(180,67,139); }
div.DivClassName
{
background-color: #B4438B;
}
.BgClassName
{
background-color: #B4438B;
}
</style>
border-color css
<style>
span { border-color: #B4438B; }
span { border-color: rgb(180,67,139); }
td.TdClassName
{
border-color: #B4438B;
}
.TagClassName
{
border-color: #B4438B;
}
</style>