Shades of Medium Red Violet #B43B9A
Tints of Medium Red Violet #B43B9A
RGB
CMYK
RGB Variations
Color information
#B43B9A (or 0xB43B9A) is known color: Medium Red Violet. HEX triplet: B4, 3B and 9A. RGB value is (180,59,154). Sum of RGB (Red+Green+Blue) = 180+59+154=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B43B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43B9A is #4BC465. Grayscale: #696969. Windows color (decimal): -4965478 or 10107828. OLE color: 10107828.
HSL color Cylindrical-coordinate representation of color #B43B9A: hue angle of 312.89º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B43B9A is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 59 | 154 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.29 |
| HSL | 312.89º | 0.51% | 0.47% | - |
| HSV(B) | 312.89º | 0.67% | 0.71% | - |
| XYZ | 26.22 | 15.16 | 32.12 | - |
| YUV | 106.01 | 155.09 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 59 | 154 | 0 | 0.67 | 0.14 | 0.29 | 312.89 | 0.51 | 0.47 |
| Hex | B4 | 3B | 9A | 0 | 43 | E | 1D | 139 | 33 | 2F |
| Octal | 264 | 73 | 232 | 0 | 103 | 16 | 35 | 471 | 63 | 57 |
| Binary | 10110100 | 111011 | 10011010 | 0 | 1000011 | 1110 | 11101 | 100111001 | 110011 | 101111 |
Color Harmonies of #B43B9A
Complementary color
Monochromatic Colors of #B43B9A
Black with #B43B9A
Text Example
Text Example
White with #B43B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43B9A; }
p { color: rgb(180,59,154); }
H1.HeaderClassName
{
color: #B43B9A;
}
.AnyTagClassName
{
color: #B43B9A;
}
</style>
background-color css
<style>
a { background-color: #B43B9A; }
a { background-color: rgb(180,59,154); }
div.DivClassName
{
background-color: #B43B9A;
}
.BgClassName
{
background-color: #B43B9A;
}
</style>
border-color css
<style>
span { border-color: #B43B9A; }
span { border-color: rgb(180,59,154); }
td.TdClassName
{
border-color: #B43B9A;
}
.TagClassName
{
border-color: #B43B9A;
}
</style>