Shades of Medium Red Violet #B43485
Tints of Medium Red Violet #B43485
RGB
CMYK
RGB Variations
Color information
#B43485 (or 0xB43485) is known color: Medium Red Violet. HEX triplet: B4, 34 and 85. RGB value is (180,52,133). Sum of RGB (Red+Green+Blue) = 180+52+133=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B43485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43485 is #4BCB7A. Grayscale: #636363. Windows color (decimal): -4967291 or 8729780. OLE color: 8729780.
HSL color Cylindrical-coordinate representation of color #B43485: hue angle of 322.03º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B43485 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 52 | 133 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.29 |
| HSL | 322.03º | 0.55% | 0.45% | - |
| HSV(B) | 322.03º | 0.71% | 0.71% | - |
| XYZ | 24.28 | 13.85 | 23.58 | - |
| YUV | 99.51 | 146.91 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 52 | 133 | 0 | 0.71 | 0.26 | 0.29 | 322.03 | 0.55 | 0.45 |
| Hex | B4 | 34 | 85 | 0 | 47 | 1A | 1D | 142 | 37 | 2D |
| Octal | 264 | 64 | 205 | 0 | 107 | 32 | 35 | 502 | 67 | 55 |
| Binary | 10110100 | 110100 | 10000101 | 0 | 1000111 | 11010 | 11101 | 101000010 | 110111 | 101101 |
Color Harmonies of #B43485
Complementary color
Monochromatic Colors of #B43485
Black with #B43485
Text Example
Text Example
White with #B43485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43485; }
p { color: rgb(180,52,133); }
H1.HeaderClassName
{
color: #B43485;
}
.AnyTagClassName
{
color: #B43485;
}
</style>
background-color css
<style>
a { background-color: #B43485; }
a { background-color: rgb(180,52,133); }
div.DivClassName
{
background-color: #B43485;
}
.BgClassName
{
background-color: #B43485;
}
</style>
border-color css
<style>
span { border-color: #B43485; }
span { border-color: rgb(180,52,133); }
td.TdClassName
{
border-color: #B43485;
}
.TagClassName
{
border-color: #B43485;
}
</style>