Shades of Medium Red Violet #B43A8B
Tints of Medium Red Violet #B43A8B
RGB
CMYK
RGB Variations
Color information
#B43A8B (or 0xB43A8B) is known color: Medium Red Violet. HEX triplet: B4, 3A and 8B. RGB value is (180,58,139). Sum of RGB (Red+Green+Blue) = 180+58+139=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43A8B is #4BC574. Grayscale: #676767. Windows color (decimal): -4965749 or 9124532. OLE color: 9124532.
HSL color Cylindrical-coordinate representation of color #B43A8B: hue angle of 320.16º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B43A8B is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 58 | 139 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.29 |
| HSL | 320.16º | 0.51% | 0.47% | - |
| HSV(B) | 320.16º | 0.68% | 0.71% | - |
| XYZ | 25 | 14.59 | 25.93 | - |
| YUV | 103.71 | 147.92 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 58 | 139 | 0 | 0.68 | 0.23 | 0.29 | 320.16 | 0.51 | 0.47 |
| Hex | B4 | 3A | 8B | 0 | 44 | 17 | 1D | 140 | 33 | 2F |
| Octal | 264 | 72 | 213 | 0 | 104 | 27 | 35 | 500 | 63 | 57 |
| Binary | 10110100 | 111010 | 10001011 | 0 | 1000100 | 10111 | 11101 | 101000000 | 110011 | 101111 |
Color Harmonies of #B43A8B
Complementary color
Monochromatic Colors of #B43A8B
Black with #B43A8B
Text Example
Text Example
White with #B43A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43A8B; }
p { color: rgb(180,58,139); }
H1.HeaderClassName
{
color: #B43A8B;
}
.AnyTagClassName
{
color: #B43A8B;
}
</style>
background-color css
<style>
a { background-color: #B43A8B; }
a { background-color: rgb(180,58,139); }
div.DivClassName
{
background-color: #B43A8B;
}
.BgClassName
{
background-color: #B43A8B;
}
</style>
border-color css
<style>
span { border-color: #B43A8B; }
span { border-color: rgb(180,58,139); }
td.TdClassName
{
border-color: #B43A8B;
}
.TagClassName
{
border-color: #B43A8B;
}
</style>