Shades of Medium Red Violet #B4299B
Tints of Medium Red Violet #B4299B
RGB
CMYK
RGB Variations
Color information
#B4299B (or 0xB4299B) is known color: Medium Red Violet. HEX triplet: B4, 29 and 9B. RGB value is (180,41,155). Sum of RGB (Red+Green+Blue) = 180+41+155=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B4299B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4299B is #4BD664. Grayscale: #5F5F5F. Windows color (decimal): -4970085 or 10168756. OLE color: 10168756.
HSL color Cylindrical-coordinate representation of color #B4299B: hue angle of 310.79º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B4299B is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 41 | 155 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.29 |
| HSL | 310.79º | 0.63% | 0.43% | - |
| HSV(B) | 310.79º | 0.77% | 0.71% | - |
| XYZ | 25.53 | 13.66 | 32.3 | - |
| YUV | 95.56 | 161.55 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 41 | 155 | 0 | 0.77 | 0.14 | 0.29 | 310.79 | 0.63 | 0.43 |
| Hex | B4 | 29 | 9B | 0 | 4D | E | 1D | 137 | 3F | 2B |
| Octal | 264 | 51 | 233 | 0 | 115 | 16 | 35 | 467 | 77 | 53 |
| Binary | 10110100 | 101001 | 10011011 | 0 | 1001101 | 1110 | 11101 | 100110111 | 111111 | 101011 |
Color Harmonies of #B4299B
Complementary color
Monochromatic Colors of #B4299B
Black with #B4299B
Text Example
Text Example
White with #B4299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4299B; }
p { color: rgb(180,41,155); }
H1.HeaderClassName
{
color: #B4299B;
}
.AnyTagClassName
{
color: #B4299B;
}
</style>
background-color css
<style>
a { background-color: #B4299B; }
a { background-color: rgb(180,41,155); }
div.DivClassName
{
background-color: #B4299B;
}
.BgClassName
{
background-color: #B4299B;
}
</style>
border-color css
<style>
span { border-color: #B4299B; }
span { border-color: rgb(180,41,155); }
td.TdClassName
{
border-color: #B4299B;
}
.TagClassName
{
border-color: #B4299B;
}
</style>