Shades of Medium Red Violet #B43185
Tints of Medium Red Violet #B43185
RGB
CMYK
RGB Variations
Color information
#B43185 (or 0xB43185) is known color: Medium Red Violet. HEX triplet: B4, 31 and 85. RGB value is (180,49,133). Sum of RGB (Red+Green+Blue) = 180+49+133=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B43185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43185 is #4BCE7A. Grayscale: #616161. Windows color (decimal): -4968059 or 8729012. OLE color: 8729012.
HSL color Cylindrical-coordinate representation of color #B43185: hue angle of 321.53º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B43185 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 49 | 133 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.29 |
| HSL | 321.53º | 0.57% | 0.45% | - |
| HSV(B) | 321.53º | 0.73% | 0.71% | - |
| XYZ | 24.15 | 13.59 | 23.54 | - |
| YUV | 97.75 | 147.9 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 49 | 133 | 0 | 0.73 | 0.26 | 0.29 | 321.53 | 0.57 | 0.45 |
| Hex | B4 | 31 | 85 | 0 | 49 | 1A | 1D | 142 | 39 | 2D |
| Octal | 264 | 61 | 205 | 0 | 111 | 32 | 35 | 502 | 71 | 55 |
| Binary | 10110100 | 110001 | 10000101 | 0 | 1001001 | 11010 | 11101 | 101000010 | 111001 | 101101 |
Color Harmonies of #B43185
Complementary color
Monochromatic Colors of #B43185
Black with #B43185
Text Example
Text Example
White with #B43185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43185; }
p { color: rgb(180,49,133); }
H1.HeaderClassName
{
color: #B43185;
}
.AnyTagClassName
{
color: #B43185;
}
</style>
background-color css
<style>
a { background-color: #B43185; }
a { background-color: rgb(180,49,133); }
div.DivClassName
{
background-color: #B43185;
}
.BgClassName
{
background-color: #B43185;
}
</style>
border-color css
<style>
span { border-color: #B43185; }
span { border-color: rgb(180,49,133); }
td.TdClassName
{
border-color: #B43185;
}
.TagClassName
{
border-color: #B43185;
}
</style>