Shades of Medium Red Violet #B4256E
Tints of Medium Red Violet #B4256E
RGB
CMYK
RGB Variations
Color information
#B4256E (or 0xB4256E) is known color: Medium Red Violet. HEX triplet: B4, 25 and 6E. RGB value is (180,37,110). Sum of RGB (Red+Green+Blue) = 180+37+110=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B4256E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4256E is #4BDA91. Grayscale: #575757. Windows color (decimal): -4971154 or 7218612. OLE color: 7218612.
HSL color Cylindrical-coordinate representation of color #B4256E: hue angle of 329.37º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B4256E is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 37 | 110 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.29 |
| HSL | 329.37º | 0.66% | 0.43% | - |
| HSV(B) | 329.37º | 0.79% | 0.71% | - |
| XYZ | 22.3 | 12.15 | 15.92 | - |
| YUV | 88.08 | 140.38 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 37 | 110 | 0 | 0.79 | 0.39 | 0.29 | 329.37 | 0.66 | 0.43 |
| Hex | B4 | 25 | 6E | 0 | 4F | 27 | 1D | 149 | 42 | 2B |
| Octal | 264 | 45 | 156 | 0 | 117 | 47 | 35 | 511 | 102 | 53 |
| Binary | 10110100 | 100101 | 1101110 | 0 | 1001111 | 100111 | 11101 | 101001001 | 1000010 | 101011 |
Color Harmonies of #B4256E
Complementary color
Monochromatic Colors of #B4256E
Black with #B4256E
Text Example
Text Example
White with #B4256E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4256E; }
p { color: rgb(180,37,110); }
H1.HeaderClassName
{
color: #B4256E;
}
.AnyTagClassName
{
color: #B4256E;
}
</style>
background-color css
<style>
a { background-color: #B4256E; }
a { background-color: rgb(180,37,110); }
div.DivClassName
{
background-color: #B4256E;
}
.BgClassName
{
background-color: #B4256E;
}
</style>
border-color css
<style>
span { border-color: #B4256E; }
span { border-color: rgb(180,37,110); }
td.TdClassName
{
border-color: #B4256E;
}
.TagClassName
{
border-color: #B4256E;
}
</style>