Shades of Medium Violet Red #B4009B
Tints of Medium Violet Red #B4009B
RGB
CMYK
RGB Variations
Color information
#B4009B (or 0xB4009B) is known color: Medium Violet Red. HEX triplet: B4, 00 and 9B. RGB value is (180,0,155). Sum of RGB (Red+Green+Blue) = 180+0+155=335 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.73% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 180 - color contains mainly: red. Hex color #B4009B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4009B is #4BFF64. Grayscale: #474747. Windows color (decimal): -4980581 or 10158260. OLE color: 10158260.
HSL color Cylindrical-coordinate representation of color #B4009B: hue angle of 308.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B4009B is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 0 | 155 | - |
| CMYK | 0 | 1 | 0.14 | 0.29 |
| HSL | 308.33º | 1% | 0.35% | - |
| HSV(B) | 308.33º | 1% | 0.71% | - |
| XYZ | 24.74 | 12.07 | 32.04 | - |
| YUV | 71.49 | 175.13 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 155 | 0 | 1 | 0.14 | 0.29 | 308.33 | 1 | 0.35 |
| Hex | B4 | 0 | 9B | 0 | 64 | E | 1D | 134 | 64 | 23 |
| Octal | 264 | 0 | 233 | 0 | 144 | 16 | 35 | 464 | 144 | 43 |
| Binary | 10110100 | 0 | 10011011 | 0 | 1100100 | 1110 | 11101 | 100110100 | 1100100 | 100011 |
Color Harmonies of #B4009B
Complementary color
Monochromatic Colors of #B4009B
Black with #B4009B
Text Example
Text Example
White with #B4009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4009B; }
p { color: rgb(180,0,155); }
H1.HeaderClassName
{
color: #B4009B;
}
.AnyTagClassName
{
color: #B4009B;
}
</style>
background-color css
<style>
a { background-color: #B4009B; }
a { background-color: rgb(180,0,155); }
div.DivClassName
{
background-color: #B4009B;
}
.BgClassName
{
background-color: #B4009B;
}
</style>
border-color css
<style>
span { border-color: #B4009B; }
span { border-color: rgb(180,0,155); }
td.TdClassName
{
border-color: #B4009B;
}
.TagClassName
{
border-color: #B4009B;
}
</style>