Shades of Medium Red Violet #B4256B
Tints of Medium Red Violet #B4256B
RGB
CMYK
RGB Variations
Color information
#B4256B (or 0xB4256B) is known color: Medium Red Violet. HEX triplet: B4, 25 and 6B. RGB value is (180,37,107). Sum of RGB (Red+Green+Blue) = 180+37+107=324 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.56% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 180 - color contains mainly: red. Hex color #B4256B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4256B is #4BDA94. Grayscale: #575757. Windows color (decimal): -4971157 or 7022004. OLE color: 7022004.
HSL color Cylindrical-coordinate representation of color #B4256B: hue angle of 330.63º 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 #B4256B is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 37 | 107 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.29 |
| HSL | 330.63º | 0.66% | 0.43% | - |
| HSV(B) | 330.63º | 0.79% | 0.71% | - |
| XYZ | 22.14 | 12.09 | 15.08 | - |
| YUV | 87.74 | 138.88 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 37 | 107 | 0 | 0.79 | 0.41 | 0.29 | 330.63 | 0.66 | 0.43 |
| Hex | B4 | 25 | 6B | 0 | 4F | 29 | 1D | 14B | 42 | 2B |
| Octal | 264 | 45 | 153 | 0 | 117 | 51 | 35 | 513 | 102 | 53 |
| Binary | 10110100 | 100101 | 1101011 | 0 | 1001111 | 101001 | 11101 | 101001011 | 1000010 | 101011 |
Color Harmonies of #B4256B
Complementary color
Monochromatic Colors of #B4256B
Black with #B4256B
Text Example
Text Example
White with #B4256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4256B; }
p { color: rgb(180,37,107); }
H1.HeaderClassName
{
color: #B4256B;
}
.AnyTagClassName
{
color: #B4256B;
}
</style>
background-color css
<style>
a { background-color: #B4256B; }
a { background-color: rgb(180,37,107); }
div.DivClassName
{
background-color: #B4256B;
}
.BgClassName
{
background-color: #B4256B;
}
</style>
border-color css
<style>
span { border-color: #B4256B; }
span { border-color: rgb(180,37,107); }
td.TdClassName
{
border-color: #B4256B;
}
.TagClassName
{
border-color: #B4256B;
}
</style>