Shades of Medium Red Violet #B4286D
Tints of Medium Red Violet #B4286D
RGB
CMYK
RGB Variations
Color information
#B4286D (or 0xB4286D) is known color: Medium Red Violet. HEX triplet: B4, 28 and 6D. RGB value is (180,40,109). Sum of RGB (Red+Green+Blue) = 180+40+109=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B4286D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4286D is #4BD792. Grayscale: #595959. Windows color (decimal): -4970387 or 7153844. OLE color: 7153844.
HSL color Cylindrical-coordinate representation of color #B4286D: hue angle of 330.43º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B4286D is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 40 | 109 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.29 |
| HSL | 330.43º | 0.64% | 0.43% | - |
| HSV(B) | 330.43º | 0.78% | 0.71% | - |
| XYZ | 22.34 | 12.33 | 15.67 | - |
| YUV | 89.73 | 138.88 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 40 | 109 | 0 | 0.78 | 0.39 | 0.29 | 330.43 | 0.64 | 0.43 |
| Hex | B4 | 28 | 6D | 0 | 4E | 27 | 1D | 14A | 40 | 2B |
| Octal | 264 | 50 | 155 | 0 | 116 | 47 | 35 | 512 | 100 | 53 |
| Binary | 10110100 | 101000 | 1101101 | 0 | 1001110 | 100111 | 11101 | 101001010 | 1000000 | 101011 |
Color Harmonies of #B4286D
Complementary color
Monochromatic Colors of #B4286D
Black with #B4286D
Text Example
Text Example
White with #B4286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4286D; }
p { color: rgb(180,40,109); }
H1.HeaderClassName
{
color: #B4286D;
}
.AnyTagClassName
{
color: #B4286D;
}
</style>
background-color css
<style>
a { background-color: #B4286D; }
a { background-color: rgb(180,40,109); }
div.DivClassName
{
background-color: #B4286D;
}
.BgClassName
{
background-color: #B4286D;
}
</style>
border-color css
<style>
span { border-color: #B4286D; }
span { border-color: rgb(180,40,109); }
td.TdClassName
{
border-color: #B4286D;
}
.TagClassName
{
border-color: #B4286D;
}
</style>