Shades of Medium Violet Red #B00298
Tints of Medium Violet Red #B00298
RGB
CMYK
RGB Variations
Color information
#B00298 (or 0xB00298) is known color: Medium Violet Red. HEX triplet: B0, 02 and 98. RGB value is (176,2,152). Sum of RGB (Red+Green+Blue) = 176+2+152=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 152 (59.77% from 255 or 46.06% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B00298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00298 is #4FFD67. Grayscale: #464646. Windows color (decimal): -5242216 or 9962160. OLE color: 9962160.
HSL color Cylindrical-coordinate representation of color #B00298: hue angle of 308.28º 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 #B00298 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 2 | 152 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.31 |
| HSL | 308.28º | 0.98% | 0.35% | - |
| HSV(B) | 308.28º | 0.99% | 0.69% | - |
| XYZ | 23.59 | 11.54 | 30.69 | - |
| YUV | 71.13 | 173.65 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 152 | 0 | 0.99 | 0.14 | 0.31 | 308.28 | 0.98 | 0.35 |
| Hex | B0 | 2 | 98 | 0 | 63 | E | 1F | 134 | 62 | 23 |
| Octal | 260 | 2 | 230 | 0 | 143 | 16 | 37 | 464 | 142 | 43 |
| Binary | 10110000 | 10 | 10011000 | 0 | 1100011 | 1110 | 11111 | 100110100 | 1100010 | 100011 |
Color Harmonies of #B00298
Complementary color
Monochromatic Colors of #B00298
Black with #B00298
Text Example
Text Example
White with #B00298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00298; }
p { color: rgb(176,2,152); }
H1.HeaderClassName
{
color: #B00298;
}
.AnyTagClassName
{
color: #B00298;
}
</style>
background-color css
<style>
a { background-color: #B00298; }
a { background-color: rgb(176,2,152); }
div.DivClassName
{
background-color: #B00298;
}
.BgClassName
{
background-color: #B00298;
}
</style>
border-color css
<style>
span { border-color: #B00298; }
span { border-color: rgb(176,2,152); }
td.TdClassName
{
border-color: #B00298;
}
.TagClassName
{
border-color: #B00298;
}
</style>