Shades of Medium Red Violet #B43E85
Tints of Medium Red Violet #B43E85
RGB
CMYK
RGB Variations
Color information
#B43E85 (or 0xB43E85) is known color: Medium Red Violet. HEX triplet: B4, 3E and 85. RGB value is (180,62,133). Sum of RGB (Red+Green+Blue) = 180+62+133=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 62 (24.61% from 255 or 16.53% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B43E85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43E85 is #4BC17A. Grayscale: #696969. Windows color (decimal): -4964731 or 8732340. OLE color: 8732340.
HSL color Cylindrical-coordinate representation of color #B43E85: hue angle of 323.9º 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 #B43E85 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 62 | 133 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.29 |
| HSL | 323.9º | 0.49% | 0.47% | - |
| HSV(B) | 323.9º | 0.66% | 0.71% | - |
| XYZ | 24.78 | 14.84 | 23.75 | - |
| YUV | 105.38 | 143.59 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 62 | 133 | 0 | 0.66 | 0.26 | 0.29 | 323.9 | 0.49 | 0.47 |
| Hex | B4 | 3E | 85 | 0 | 42 | 1A | 1D | 144 | 31 | 2F |
| Octal | 264 | 76 | 205 | 0 | 102 | 32 | 35 | 504 | 61 | 57 |
| Binary | 10110100 | 111110 | 10000101 | 0 | 1000010 | 11010 | 11101 | 101000100 | 110001 | 101111 |
Color Harmonies of #B43E85
Complementary color
Monochromatic Colors of #B43E85
Black with #B43E85
Text Example
Text Example
White with #B43E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43E85; }
p { color: rgb(180,62,133); }
H1.HeaderClassName
{
color: #B43E85;
}
.AnyTagClassName
{
color: #B43E85;
}
</style>
background-color css
<style>
a { background-color: #B43E85; }
a { background-color: rgb(180,62,133); }
div.DivClassName
{
background-color: #B43E85;
}
.BgClassName
{
background-color: #B43E85;
}
</style>
border-color css
<style>
span { border-color: #B43E85; }
span { border-color: rgb(180,62,133); }
td.TdClassName
{
border-color: #B43E85;
}
.TagClassName
{
border-color: #B43E85;
}
</style>