Shades of Violet Blue #B06298
Tints of Violet Blue #B06298
RGB
CMYK
RGB Variations
Color information
#B06298 (or 0xB06298) is known color: Violet Blue. HEX triplet: B0, 62 and 98. RGB value is (176,98,152). Sum of RGB (Red+Green+Blue) = 176+98+152=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B06298 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06298 is #4F9D67. Grayscale: #7F7F7F. Windows color (decimal): -5217640 or 9986736. OLE color: 9986736.
HSL color Cylindrical-coordinate representation of color #B06298: hue angle of 318.46º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B06298 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 98 | 152 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.31 |
| HSL | 318.46º | 0.33% | 0.54% | - |
| HSV(B) | 318.46º | 0.44% | 0.69% | - |
| XYZ | 27.94 | 20.23 | 32.14 | - |
| YUV | 127.48 | 141.84 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 98 | 152 | 0 | 0.44 | 0.14 | 0.31 | 318.46 | 0.33 | 0.54 |
| Hex | B0 | 62 | 98 | 0 | 2C | E | 1F | 13E | 21 | 36 |
| Octal | 260 | 142 | 230 | 0 | 54 | 16 | 37 | 476 | 41 | 66 |
| Binary | 10110000 | 1100010 | 10011000 | 0 | 101100 | 1110 | 11111 | 100111110 | 100001 | 110110 |
Color Harmonies of #B06298
Complementary color
Monochromatic Colors of #B06298
Black with #B06298
Text Example
Text Example
White with #B06298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06298; }
p { color: rgb(176,98,152); }
H1.HeaderClassName
{
color: #B06298;
}
.AnyTagClassName
{
color: #B06298;
}
</style>
background-color css
<style>
a { background-color: #B06298; }
a { background-color: rgb(176,98,152); }
div.DivClassName
{
background-color: #B06298;
}
.BgClassName
{
background-color: #B06298;
}
</style>
border-color css
<style>
span { border-color: #B06298; }
span { border-color: rgb(176,98,152); }
td.TdClassName
{
border-color: #B06298;
}
.TagClassName
{
border-color: #B06298;
}
</style>