Shades of Medium Red Violet #B2408D
Tints of Medium Red Violet #B2408D
RGB
CMYK
RGB Variations
Color information
#B2408D (or 0xB2408D) is known color: Medium Red Violet. HEX triplet: B2, 40 and 8D. RGB value is (178,64,141). Sum of RGB (Red+Green+Blue) = 178+64+141=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B2408D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2408D is #4DBF72. Grayscale: #6A6A6A. Windows color (decimal): -5095283 or 9257138. OLE color: 9257138.
HSL color Cylindrical-coordinate representation of color #B2408D: hue angle of 319.47º 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 #B2408D is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 64 | 141 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.30 |
| HSL | 319.47º | 0.47% | 0.47% | - |
| HSV(B) | 319.47º | 0.64% | 0.7% | - |
| XYZ | 25 | 15.05 | 26.79 | - |
| YUV | 106.86 | 147.27 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 141 | 0 | 0.64 | 0.21 | 0.30 | 319.47 | 0.47 | 0.47 |
| Hex | B2 | 40 | 8D | 0 | 40 | 15 | 1E | 13F | 2F | 2F |
| Octal | 262 | 100 | 215 | 0 | 100 | 25 | 36 | 477 | 57 | 57 |
| Binary | 10110010 | 1000000 | 10001101 | 0 | 1000000 | 10101 | 11110 | 100111111 | 101111 | 101111 |
Color Harmonies of #B2408D
Complementary color
Monochromatic Colors of #B2408D
Black with #B2408D
Text Example
Text Example
White with #B2408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2408D; }
p { color: rgb(178,64,141); }
H1.HeaderClassName
{
color: #B2408D;
}
.AnyTagClassName
{
color: #B2408D;
}
</style>
background-color css
<style>
a { background-color: #B2408D; }
a { background-color: rgb(178,64,141); }
div.DivClassName
{
background-color: #B2408D;
}
.BgClassName
{
background-color: #B2408D;
}
</style>
border-color css
<style>
span { border-color: #B2408D; }
span { border-color: rgb(178,64,141); }
td.TdClassName
{
border-color: #B2408D;
}
.TagClassName
{
border-color: #B2408D;
}
</style>