Shades of Medium Red Violet #B4418A
Tints of Medium Red Violet #B4418A
RGB
CMYK
RGB Variations
Color information
#B4418A (or 0xB4418A) is known color: Medium Red Violet. HEX triplet: B4, 41 and 8A. RGB value is (180,65,138). Sum of RGB (Red+Green+Blue) = 180+65+138=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B4418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4418A is #4BBE75. Grayscale: #6B6B6B. Windows color (decimal): -4963958 or 9060788. OLE color: 9060788.
HSL color Cylindrical-coordinate representation of color #B4418A: hue angle of 321.91º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B4418A is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 65 | 138 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.29 |
| HSL | 321.91º | 0.47% | 0.48% | - |
| HSV(B) | 321.91º | 0.64% | 0.71% | - |
| XYZ | 25.3 | 15.32 | 25.67 | - |
| YUV | 107.71 | 145.1 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 138 | 0 | 0.64 | 0.23 | 0.29 | 321.91 | 0.47 | 0.48 |
| Hex | B4 | 41 | 8A | 0 | 40 | 17 | 1D | 142 | 2F | 30 |
| Octal | 264 | 101 | 212 | 0 | 100 | 27 | 35 | 502 | 57 | 60 |
| Binary | 10110100 | 1000001 | 10001010 | 0 | 1000000 | 10111 | 11101 | 101000010 | 101111 | 110000 |
Color Harmonies of #B4418A
Complementary color
Monochromatic Colors of #B4418A
Black with #B4418A
Text Example
Text Example
White with #B4418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4418A; }
p { color: rgb(180,65,138); }
H1.HeaderClassName
{
color: #B4418A;
}
.AnyTagClassName
{
color: #B4418A;
}
</style>
background-color css
<style>
a { background-color: #B4418A; }
a { background-color: rgb(180,65,138); }
div.DivClassName
{
background-color: #B4418A;
}
.BgClassName
{
background-color: #B4418A;
}
</style>
border-color css
<style>
span { border-color: #B4418A; }
span { border-color: rgb(180,65,138); }
td.TdClassName
{
border-color: #B4418A;
}
.TagClassName
{
border-color: #B4418A;
}
</style>