Shades of Violet Blue #B0639C
Tints of Violet Blue #B0639C
RGB
CMYK
RGB Variations
Color information
#B0639C (or 0xB0639C) is known color: Violet Blue. HEX triplet: B0, 63 and 9C. RGB value is (176,99,156). Sum of RGB (Red+Green+Blue) = 176+99+156=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B0639C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0639C is #4F9C63. Grayscale: #808080. Windows color (decimal): -5217380 or 10249136. OLE color: 10249136.
HSL color Cylindrical-coordinate representation of color #B0639C: hue angle of 315.58º 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 #B0639C is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 99 | 156 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.31 |
| HSL | 315.58º | 0.33% | 0.54% | - |
| HSV(B) | 315.58º | 0.44% | 0.69% | - |
| XYZ | 28.37 | 20.55 | 33.92 | - |
| YUV | 128.52 | 143.51 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 156 | 0 | 0.44 | 0.11 | 0.31 | 315.58 | 0.33 | 0.54 |
| Hex | B0 | 63 | 9C | 0 | 2C | B | 1F | 13C | 21 | 36 |
| Octal | 260 | 143 | 234 | 0 | 54 | 13 | 37 | 474 | 41 | 66 |
| Binary | 10110000 | 1100011 | 10011100 | 0 | 101100 | 1011 | 11111 | 100111100 | 100001 | 110110 |
Color Harmonies of #B0639C
Complementary color
Monochromatic Colors of #B0639C
Black with #B0639C
Text Example
Text Example
White with #B0639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0639C; }
p { color: rgb(176,99,156); }
H1.HeaderClassName
{
color: #B0639C;
}
.AnyTagClassName
{
color: #B0639C;
}
</style>
background-color css
<style>
a { background-color: #B0639C; }
a { background-color: rgb(176,99,156); }
div.DivClassName
{
background-color: #B0639C;
}
.BgClassName
{
background-color: #B0639C;
}
</style>
border-color css
<style>
span { border-color: #B0639C; }
span { border-color: rgb(176,99,156); }
td.TdClassName
{
border-color: #B0639C;
}
.TagClassName
{
border-color: #B0639C;
}
</style>