Shades of Medium Red Violet #B0408A
Tints of Medium Red Violet #B0408A
RGB
CMYK
RGB Variations
Color information
#B0408A (or 0xB0408A) is known color: Medium Red Violet. HEX triplet: B0, 40 and 8A. RGB value is (176,64,138). Sum of RGB (Red+Green+Blue) = 176+64+138=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B0408A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0408A is #4FBF75. Grayscale: #696969. Windows color (decimal): -5226358 or 9060528. OLE color: 9060528.
HSL color Cylindrical-coordinate representation of color #B0408A: hue angle of 320.36º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0408A is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 64 | 138 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.31 |
| HSL | 320.36º | 0.47% | 0.47% | - |
| HSV(B) | 320.36º | 0.64% | 0.69% | - |
| XYZ | 24.33 | 14.73 | 25.61 | - |
| YUV | 105.92 | 146.11 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 138 | 0 | 0.64 | 0.22 | 0.31 | 320.36 | 0.47 | 0.47 |
| Hex | B0 | 40 | 8A | 0 | 40 | 16 | 1F | 140 | 2F | 2F |
| Octal | 260 | 100 | 212 | 0 | 100 | 26 | 37 | 500 | 57 | 57 |
| Binary | 10110000 | 1000000 | 10001010 | 0 | 1000000 | 10110 | 11111 | 101000000 | 101111 | 101111 |
Color Harmonies of #B0408A
Complementary color
Monochromatic Colors of #B0408A
Black with #B0408A
Text Example
Text Example
White with #B0408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0408A; }
p { color: rgb(176,64,138); }
H1.HeaderClassName
{
color: #B0408A;
}
.AnyTagClassName
{
color: #B0408A;
}
</style>
background-color css
<style>
a { background-color: #B0408A; }
a { background-color: rgb(176,64,138); }
div.DivClassName
{
background-color: #B0408A;
}
.BgClassName
{
background-color: #B0408A;
}
</style>
border-color css
<style>
span { border-color: #B0408A; }
span { border-color: rgb(176,64,138); }
td.TdClassName
{
border-color: #B0408A;
}
.TagClassName
{
border-color: #B0408A;
}
</style>