Shades of Medium Violet Red #B00698
Tints of Medium Violet Red #B00698
RGB
CMYK
RGB Variations
Color information
#B00698 (or 0xB00698) is known color: Medium Violet Red. HEX triplet: B0, 06 and 98. RGB value is (176,6,152). Sum of RGB (Red+Green+Blue) = 176+6+152=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B00698 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00698 is #4FF967. Grayscale: #494949. Windows color (decimal): -5241192 or 9963184. OLE color: 9963184.
HSL color Cylindrical-coordinate representation of color #B00698: hue angle of 308.47º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B00698 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 6 | 152 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.31 |
| HSL | 308.47º | 0.93% | 0.36% | - |
| HSV(B) | 308.47º | 0.97% | 0.69% | - |
| XYZ | 23.64 | 11.63 | 30.7 | - |
| YUV | 73.47 | 172.32 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 6 | 152 | 0 | 0.97 | 0.14 | 0.31 | 308.47 | 0.93 | 0.36 |
| Hex | B0 | 6 | 98 | 0 | 61 | E | 1F | 134 | 5D | 24 |
| Octal | 260 | 6 | 230 | 0 | 141 | 16 | 37 | 464 | 135 | 44 |
| Binary | 10110000 | 110 | 10011000 | 0 | 1100001 | 1110 | 11111 | 100110100 | 1011101 | 100100 |
Color Harmonies of #B00698
Complementary color
Monochromatic Colors of #B00698
Black with #B00698
Text Example
Text Example
White with #B00698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00698; }
p { color: rgb(176,6,152); }
H1.HeaderClassName
{
color: #B00698;
}
.AnyTagClassName
{
color: #B00698;
}
</style>
background-color css
<style>
a { background-color: #B00698; }
a { background-color: rgb(176,6,152); }
div.DivClassName
{
background-color: #B00698;
}
.BgClassName
{
background-color: #B00698;
}
</style>
border-color css
<style>
span { border-color: #B00698; }
span { border-color: rgb(176,6,152); }
td.TdClassName
{
border-color: #B00698;
}
.TagClassName
{
border-color: #B00698;
}
</style>