Shades of Medium Red Violet #B43D9A
Tints of Medium Red Violet #B43D9A
RGB
CMYK
RGB Variations
Color information
#B43D9A (or 0xB43D9A) is known color: Medium Red Violet. HEX triplet: B4, 3D and 9A. RGB value is (180,61,154). Sum of RGB (Red+Green+Blue) = 180+61+154=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B43D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43D9A is #4BC265. Grayscale: #6A6A6A. Windows color (decimal): -4964966 or 10108340. OLE color: 10108340.
HSL color Cylindrical-coordinate representation of color #B43D9A: hue angle of 313.11º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B43D9A is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 61 | 154 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.29 |
| HSL | 313.11º | 0.49% | 0.47% | - |
| HSV(B) | 313.11º | 0.66% | 0.71% | - |
| XYZ | 26.32 | 15.37 | 32.15 | - |
| YUV | 107.18 | 154.42 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 61 | 154 | 0 | 0.66 | 0.14 | 0.29 | 313.11 | 0.49 | 0.47 |
| Hex | B4 | 3D | 9A | 0 | 42 | E | 1D | 139 | 31 | 2F |
| Octal | 264 | 75 | 232 | 0 | 102 | 16 | 35 | 471 | 61 | 57 |
| Binary | 10110100 | 111101 | 10011010 | 0 | 1000010 | 1110 | 11101 | 100111001 | 110001 | 101111 |
Color Harmonies of #B43D9A
Complementary color
Monochromatic Colors of #B43D9A
Black with #B43D9A
Text Example
Text Example
White with #B43D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43D9A; }
p { color: rgb(180,61,154); }
H1.HeaderClassName
{
color: #B43D9A;
}
.AnyTagClassName
{
color: #B43D9A;
}
</style>
background-color css
<style>
a { background-color: #B43D9A; }
a { background-color: rgb(180,61,154); }
div.DivClassName
{
background-color: #B43D9A;
}
.BgClassName
{
background-color: #B43D9A;
}
</style>
border-color css
<style>
span { border-color: #B43D9A; }
span { border-color: rgb(180,61,154); }
td.TdClassName
{
border-color: #B43D9A;
}
.TagClassName
{
border-color: #B43D9A;
}
</style>