Shades of Violet Blue #B0659D
Tints of Violet Blue #B0659D
RGB
CMYK
RGB Variations
Color information
#B0659D (or 0xB0659D) is known color: Violet Blue. HEX triplet: B0, 65 and 9D. RGB value is (176,101,157). Sum of RGB (Red+Green+Blue) = 176+101+157=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B0659D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0659D is #4F9A62. Grayscale: #818181. Windows color (decimal): -5216867 or 10315184. OLE color: 10315184.
HSL color Cylindrical-coordinate representation of color #B0659D: hue angle of 315.2º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B0659D is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 101 | 157 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.31 |
| HSL | 315.2º | 0.32% | 0.54% | - |
| HSV(B) | 315.2º | 0.43% | 0.69% | - |
| XYZ | 28.64 | 20.97 | 34.44 | - |
| YUV | 129.81 | 143.35 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 101 | 157 | 0 | 0.43 | 0.11 | 0.31 | 315.2 | 0.32 | 0.54 |
| Hex | B0 | 65 | 9D | 0 | 2B | B | 1F | 13B | 20 | 36 |
| Octal | 260 | 145 | 235 | 0 | 53 | 13 | 37 | 473 | 40 | 66 |
| Binary | 10110000 | 1100101 | 10011101 | 0 | 101011 | 1011 | 11111 | 100111011 | 100000 | 110110 |
Color Harmonies of #B0659D
Complementary color
Monochromatic Colors of #B0659D
Black with #B0659D
Text Example
Text Example
White with #B0659D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0659D; }
p { color: rgb(176,101,157); }
H1.HeaderClassName
{
color: #B0659D;
}
.AnyTagClassName
{
color: #B0659D;
}
</style>
background-color css
<style>
a { background-color: #B0659D; }
a { background-color: rgb(176,101,157); }
div.DivClassName
{
background-color: #B0659D;
}
.BgClassName
{
background-color: #B0659D;
}
</style>
border-color css
<style>
span { border-color: #B0659D; }
span { border-color: rgb(176,101,157); }
td.TdClassName
{
border-color: #B0659D;
}
.TagClassName
{
border-color: #B0659D;
}
</style>