Shades of Medium Red Violet #B439A4
Tints of Medium Red Violet #B439A4
RGB
CMYK
RGB Variations
Color information
#B439A4 (or 0xB439A4) is known color: Medium Red Violet. HEX triplet: B4, 39 and A4. RGB value is (180,57,164). Sum of RGB (Red+Green+Blue) = 180+57+164=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B439A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B439A4 is #4BC65B. Grayscale: #696969. Windows color (decimal): -4965980 or 10762676. OLE color: 10762676.
HSL color Cylindrical-coordinate representation of color #B439A4: hue angle of 307.8º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B439A4 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 57 | 164 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.29 |
| HSL | 307.8º | 0.52% | 0.46% | - |
| HSV(B) | 307.8º | 0.68% | 0.71% | - |
| XYZ | 26.99 | 15.31 | 36.65 | - |
| YUV | 105.98 | 160.75 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 57 | 164 | 0 | 0.68 | 0.09 | 0.29 | 307.8 | 0.52 | 0.46 |
| Hex | B4 | 39 | A4 | 0 | 44 | 9 | 1D | 134 | 34 | 2E |
| Octal | 264 | 71 | 244 | 0 | 104 | 11 | 35 | 464 | 64 | 56 |
| Binary | 10110100 | 111001 | 10100100 | 0 | 1000100 | 1001 | 11101 | 100110100 | 110100 | 101110 |
Color Harmonies of #B439A4
Complementary color
Monochromatic Colors of #B439A4
Black with #B439A4
Text Example
Text Example
White with #B439A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B439A4; }
p { color: rgb(180,57,164); }
H1.HeaderClassName
{
color: #B439A4;
}
.AnyTagClassName
{
color: #B439A4;
}
</style>
background-color css
<style>
a { background-color: #B439A4; }
a { background-color: rgb(180,57,164); }
div.DivClassName
{
background-color: #B439A4;
}
.BgClassName
{
background-color: #B439A4;
}
</style>
border-color css
<style>
span { border-color: #B439A4; }
span { border-color: rgb(180,57,164); }
td.TdClassName
{
border-color: #B439A4;
}
.TagClassName
{
border-color: #B439A4;
}
</style>