Shades of Medium Red Violet #B0418A
Tints of Medium Red Violet #B0418A
RGB
CMYK
RGB Variations
Color information
#B0418A (or 0xB0418A) is known color: Medium Red Violet. HEX triplet: B0, 41 and 8A. RGB value is (176,65,138). Sum of RGB (Red+Green+Blue) = 176+65+138=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B0418A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0418A is #4FBE75. Grayscale: #6A6A6A. Windows color (decimal): -5226102 or 9060784. OLE color: 9060784.
HSL color Cylindrical-coordinate representation of color #B0418A: hue angle of 320.54º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0418A is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 65 | 138 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.31 |
| HSL | 320.54º | 0.46% | 0.47% | - |
| HSV(B) | 320.54º | 0.63% | 0.69% | - |
| XYZ | 24.38 | 14.85 | 25.63 | - |
| YUV | 106.51 | 145.77 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 138 | 0 | 0.63 | 0.22 | 0.31 | 320.54 | 0.46 | 0.47 |
| Hex | B0 | 41 | 8A | 0 | 3F | 16 | 1F | 141 | 2E | 2F |
| Octal | 260 | 101 | 212 | 0 | 77 | 26 | 37 | 501 | 56 | 57 |
| Binary | 10110000 | 1000001 | 10001010 | 0 | 111111 | 10110 | 11111 | 101000001 | 101110 | 101111 |
Color Harmonies of #B0418A
Complementary color
Monochromatic Colors of #B0418A
Black with #B0418A
Text Example
Text Example
White with #B0418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0418A; }
p { color: rgb(176,65,138); }
H1.HeaderClassName
{
color: #B0418A;
}
.AnyTagClassName
{
color: #B0418A;
}
</style>
background-color css
<style>
a { background-color: #B0418A; }
a { background-color: rgb(176,65,138); }
div.DivClassName
{
background-color: #B0418A;
}
.BgClassName
{
background-color: #B0418A;
}
</style>
border-color css
<style>
span { border-color: #B0418A; }
span { border-color: rgb(176,65,138); }
td.TdClassName
{
border-color: #B0418A;
}
.TagClassName
{
border-color: #B0418A;
}
</style>