Shades of Violet Blue #B0639B
Tints of Violet Blue #B0639B
RGB
CMYK
RGB Variations
Color information
#B0639B (or 0xB0639B) is known color: Violet Blue. HEX triplet: B0, 63 and 9B. RGB value is (176,99,155). Sum of RGB (Red+Green+Blue) = 176+99+155=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B0639B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0639B is #4F9C64. Grayscale: #808080. Windows color (decimal): -5217381 or 10183600. OLE color: 10183600.
HSL color Cylindrical-coordinate representation of color #B0639B: hue angle of 316.36º 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 #B0639B is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 99 | 155 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.31 |
| HSL | 316.36º | 0.33% | 0.54% | - |
| HSV(B) | 316.36º | 0.44% | 0.69% | - |
| XYZ | 28.28 | 20.52 | 33.48 | - |
| YUV | 128.41 | 143.01 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 155 | 0 | 0.44 | 0.12 | 0.31 | 316.36 | 0.33 | 0.54 |
| Hex | B0 | 63 | 9B | 0 | 2C | C | 1F | 13C | 21 | 36 |
| Octal | 260 | 143 | 233 | 0 | 54 | 14 | 37 | 474 | 41 | 66 |
| Binary | 10110000 | 1100011 | 10011011 | 0 | 101100 | 1100 | 11111 | 100111100 | 100001 | 110110 |
Color Harmonies of #B0639B
Complementary color
Monochromatic Colors of #B0639B
Black with #B0639B
Text Example
Text Example
White with #B0639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0639B; }
p { color: rgb(176,99,155); }
H1.HeaderClassName
{
color: #B0639B;
}
.AnyTagClassName
{
color: #B0639B;
}
</style>
background-color css
<style>
a { background-color: #B0639B; }
a { background-color: rgb(176,99,155); }
div.DivClassName
{
background-color: #B0639B;
}
.BgClassName
{
background-color: #B0639B;
}
</style>
border-color css
<style>
span { border-color: #B0639B; }
span { border-color: rgb(176,99,155); }
td.TdClassName
{
border-color: #B0639B;
}
.TagClassName
{
border-color: #B0639B;
}
</style>