Shades of Medium Violet Red #B00294
Tints of Medium Violet Red #B00294
RGB
CMYK
RGB Variations
Color information
#B00294 (or 0xB00294) is known color: Medium Violet Red. HEX triplet: B0, 02 and 94. RGB value is (176,2,148). Sum of RGB (Red+Green+Blue) = 176+2+148=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B00294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00294 is #4FFD6B. Grayscale: #464646. Windows color (decimal): -5242220 or 9700016. OLE color: 9700016.
HSL color Cylindrical-coordinate representation of color #B00294: hue angle of 309.66º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B00294 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 2 | 148 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.31 |
| HSL | 309.66º | 0.98% | 0.35% | - |
| HSV(B) | 309.66º | 0.99% | 0.69% | - |
| XYZ | 23.27 | 11.41 | 28.99 | - |
| YUV | 70.67 | 171.65 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 148 | 0 | 0.99 | 0.16 | 0.31 | 309.66 | 0.98 | 0.35 |
| Hex | B0 | 2 | 94 | 0 | 63 | 10 | 1F | 136 | 62 | 23 |
| Octal | 260 | 2 | 224 | 0 | 143 | 20 | 37 | 466 | 142 | 43 |
| Binary | 10110000 | 10 | 10010100 | 0 | 1100011 | 10000 | 11111 | 100110110 | 1100010 | 100011 |
Color Harmonies of #B00294
Complementary color
Monochromatic Colors of #B00294
Black with #B00294
Text Example
Text Example
White with #B00294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00294; }
p { color: rgb(176,2,148); }
H1.HeaderClassName
{
color: #B00294;
}
.AnyTagClassName
{
color: #B00294;
}
</style>
background-color css
<style>
a { background-color: #B00294; }
a { background-color: rgb(176,2,148); }
div.DivClassName
{
background-color: #B00294;
}
.BgClassName
{
background-color: #B00294;
}
</style>
border-color css
<style>
span { border-color: #B00294; }
span { border-color: rgb(176,2,148); }
td.TdClassName
{
border-color: #B00294;
}
.TagClassName
{
border-color: #B00294;
}
</style>