Shades of Medium Red Violet #B43C9A
Tints of Medium Red Violet #B43C9A
RGB
CMYK
RGB Variations
Color information
#B43C9A (or 0xB43C9A) is known color: Medium Red Violet. HEX triplet: B4, 3C and 9A. RGB value is (180,60,154). Sum of RGB (Red+Green+Blue) = 180+60+154=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43C9A is #4BC365. Grayscale: #6A6A6A. Windows color (decimal): -4965222 or 10108084. OLE color: 10108084.
HSL color Cylindrical-coordinate representation of color #B43C9A: hue angle of 313º degrees, saturation: 0.5, 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 #B43C9A is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 60 | 154 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.29 |
| HSL | 313º | 0.5% | 0.47% | - |
| HSV(B) | 313º | 0.67% | 0.71% | - |
| XYZ | 26.27 | 15.27 | 32.13 | - |
| YUV | 106.6 | 154.76 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 60 | 154 | 0 | 0.67 | 0.14 | 0.29 | 313 | 0.5 | 0.47 |
| Hex | B4 | 3C | 9A | 0 | 43 | E | 1D | 139 | 32 | 2F |
| Octal | 264 | 74 | 232 | 0 | 103 | 16 | 35 | 471 | 62 | 57 |
| Binary | 10110100 | 111100 | 10011010 | 0 | 1000011 | 1110 | 11101 | 100111001 | 110010 | 101111 |
Color Harmonies of #B43C9A
Complementary color
Monochromatic Colors of #B43C9A
Black with #B43C9A
Text Example
Text Example
White with #B43C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43C9A; }
p { color: rgb(180,60,154); }
H1.HeaderClassName
{
color: #B43C9A;
}
.AnyTagClassName
{
color: #B43C9A;
}
</style>
background-color css
<style>
a { background-color: #B43C9A; }
a { background-color: rgb(180,60,154); }
div.DivClassName
{
background-color: #B43C9A;
}
.BgClassName
{
background-color: #B43C9A;
}
</style>
border-color css
<style>
span { border-color: #B43C9A; }
span { border-color: rgb(180,60,154); }
td.TdClassName
{
border-color: #B43C9A;
}
.TagClassName
{
border-color: #B43C9A;
}
</style>