Shades of Medium Red Violet #B04081
Tints of Medium Red Violet #B04081
RGB
CMYK
RGB Variations
Color information
#B04081 (or 0xB04081) is known color: Medium Red Violet. HEX triplet: B0, 40 and 81. RGB value is (176,64,129). Sum of RGB (Red+Green+Blue) = 176+64+129=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B04081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04081 is #4FBF7E. Grayscale: #686868. Windows color (decimal): -5226367 or 8470704. OLE color: 8470704.
HSL color Cylindrical-coordinate representation of color #B04081: hue angle of 325.18º 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 #B04081 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 64 | 129 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.31 |
| HSL | 325.18º | 0.47% | 0.47% | - |
| HSV(B) | 325.18º | 0.64% | 0.69% | - |
| XYZ | 23.7 | 14.48 | 22.32 | - |
| YUV | 104.9 | 141.61 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 129 | 0 | 0.64 | 0.27 | 0.31 | 325.18 | 0.47 | 0.47 |
| Hex | B0 | 40 | 81 | 0 | 40 | 1B | 1F | 145 | 2F | 2F |
| Octal | 260 | 100 | 201 | 0 | 100 | 33 | 37 | 505 | 57 | 57 |
| Binary | 10110000 | 1000000 | 10000001 | 0 | 1000000 | 11011 | 11111 | 101000101 | 101111 | 101111 |
Color Harmonies of #B04081
Complementary color
Monochromatic Colors of #B04081
Black with #B04081
Text Example
Text Example
White with #B04081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04081; }
p { color: rgb(176,64,129); }
H1.HeaderClassName
{
color: #B04081;
}
.AnyTagClassName
{
color: #B04081;
}
</style>
background-color css
<style>
a { background-color: #B04081; }
a { background-color: rgb(176,64,129); }
div.DivClassName
{
background-color: #B04081;
}
.BgClassName
{
background-color: #B04081;
}
</style>
border-color css
<style>
span { border-color: #B04081; }
span { border-color: rgb(176,64,129); }
td.TdClassName
{
border-color: #B04081;
}
.TagClassName
{
border-color: #B04081;
}
</style>