Shades of Medium Red Violet #B4358B
Tints of Medium Red Violet #B4358B
RGB
CMYK
RGB Variations
Color information
#B4358B (or 0xB4358B) is known color: Medium Red Violet. HEX triplet: B4, 35 and 8B. RGB value is (180,53,139). Sum of RGB (Red+Green+Blue) = 180+53+139=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B4358B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4358B is #4BCA74. Grayscale: #646464. Windows color (decimal): -4967029 or 9123252. OLE color: 9123252.
HSL color Cylindrical-coordinate representation of color #B4358B: hue angle of 319.37º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B4358B is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 53 | 139 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.29 |
| HSL | 319.37º | 0.55% | 0.46% | - |
| HSV(B) | 319.37º | 0.71% | 0.71% | - |
| XYZ | 24.76 | 14.11 | 25.85 | - |
| YUV | 100.78 | 149.58 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 53 | 139 | 0 | 0.71 | 0.23 | 0.29 | 319.37 | 0.55 | 0.46 |
| Hex | B4 | 35 | 8B | 0 | 47 | 17 | 1D | 13F | 37 | 2E |
| Octal | 264 | 65 | 213 | 0 | 107 | 27 | 35 | 477 | 67 | 56 |
| Binary | 10110100 | 110101 | 10001011 | 0 | 1000111 | 10111 | 11101 | 100111111 | 110111 | 101110 |
Color Harmonies of #B4358B
Complementary color
Monochromatic Colors of #B4358B
Black with #B4358B
Text Example
Text Example
White with #B4358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4358B; }
p { color: rgb(180,53,139); }
H1.HeaderClassName
{
color: #B4358B;
}
.AnyTagClassName
{
color: #B4358B;
}
</style>
background-color css
<style>
a { background-color: #B4358B; }
a { background-color: rgb(180,53,139); }
div.DivClassName
{
background-color: #B4358B;
}
.BgClassName
{
background-color: #B4358B;
}
</style>
border-color css
<style>
span { border-color: #B4358B; }
span { border-color: rgb(180,53,139); }
td.TdClassName
{
border-color: #B4358B;
}
.TagClassName
{
border-color: #B4358B;
}
</style>