Shades of Medium Red Violet #B43A98
Tints of Medium Red Violet #B43A98
RGB
CMYK
RGB Variations
Color information
#B43A98 (or 0xB43A98) is known color: Medium Red Violet. HEX triplet: B4, 3A and 98. RGB value is (180,58,152). Sum of RGB (Red+Green+Blue) = 180+58+152=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 58 (23.05% from 255 or 14.87% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43A98 is #4BC567. Grayscale: #686868. Windows color (decimal): -4965736 or 9976500. OLE color: 9976500.
HSL color Cylindrical-coordinate representation of color #B43A98: hue angle of 313.77º 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 #B43A98 is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 58 | 152 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.29 |
| HSL | 313.77º | 0.51% | 0.47% | - |
| HSV(B) | 313.77º | 0.68% | 0.71% | - |
| XYZ | 26 | 15 | 31.23 | - |
| YUV | 105.19 | 154.42 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 58 | 152 | 0 | 0.68 | 0.16 | 0.29 | 313.77 | 0.51 | 0.47 |
| Hex | B4 | 3A | 98 | 0 | 44 | 10 | 1D | 13A | 33 | 2F |
| Octal | 264 | 72 | 230 | 0 | 104 | 20 | 35 | 472 | 63 | 57 |
| Binary | 10110100 | 111010 | 10011000 | 0 | 1000100 | 10000 | 11101 | 100111010 | 110011 | 101111 |
Color Harmonies of #B43A98
Complementary color
Monochromatic Colors of #B43A98
Black with #B43A98
Text Example
Text Example
White with #B43A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43A98; }
p { color: rgb(180,58,152); }
H1.HeaderClassName
{
color: #B43A98;
}
.AnyTagClassName
{
color: #B43A98;
}
</style>
background-color css
<style>
a { background-color: #B43A98; }
a { background-color: rgb(180,58,152); }
div.DivClassName
{
background-color: #B43A98;
}
.BgClassName
{
background-color: #B43A98;
}
</style>
border-color css
<style>
span { border-color: #B43A98; }
span { border-color: rgb(180,58,152); }
td.TdClassName
{
border-color: #B43A98;
}
.TagClassName
{
border-color: #B43A98;
}
</style>