Shades of Medium Red Violet #B2408E
Tints of Medium Red Violet #B2408E
RGB
CMYK
RGB Variations
Color information
#B2408E (or 0xB2408E) is known color: Medium Red Violet. HEX triplet: B2, 40 and 8E. RGB value is (178,64,142). Sum of RGB (Red+Green+Blue) = 178+64+142=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B2408E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2408E is #4DBF71. Grayscale: #6A6A6A. Windows color (decimal): -5095282 or 9322674. OLE color: 9322674.
HSL color Cylindrical-coordinate representation of color #B2408E: hue angle of 318.95º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2408E is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 64 | 142 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.30 |
| HSL | 318.95º | 0.47% | 0.47% | - |
| HSV(B) | 318.95º | 0.64% | 0.7% | - |
| XYZ | 25.08 | 15.08 | 27.18 | - |
| YUV | 106.98 | 147.77 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 142 | 0 | 0.64 | 0.20 | 0.30 | 318.95 | 0.47 | 0.47 |
| Hex | B2 | 40 | 8E | 0 | 40 | 14 | 1E | 13F | 2F | 2F |
| Octal | 262 | 100 | 216 | 0 | 100 | 24 | 36 | 477 | 57 | 57 |
| Binary | 10110010 | 1000000 | 10001110 | 0 | 1000000 | 10100 | 11110 | 100111111 | 101111 | 101111 |
Color Harmonies of #B2408E
Complementary color
Monochromatic Colors of #B2408E
Black with #B2408E
Text Example
Text Example
White with #B2408E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2408E; }
p { color: rgb(178,64,142); }
H1.HeaderClassName
{
color: #B2408E;
}
.AnyTagClassName
{
color: #B2408E;
}
</style>
background-color css
<style>
a { background-color: #B2408E; }
a { background-color: rgb(178,64,142); }
div.DivClassName
{
background-color: #B2408E;
}
.BgClassName
{
background-color: #B2408E;
}
</style>
border-color css
<style>
span { border-color: #B2408E; }
span { border-color: rgb(178,64,142); }
td.TdClassName
{
border-color: #B2408E;
}
.TagClassName
{
border-color: #B2408E;
}
</style>