Shades of Violet Blue #B13BA5
Tints of Violet Blue #B13BA5
RGB
CMYK
RGB Variations
Color information
#B13BA5 (or 0xB13BA5) is known color: Violet Blue. HEX triplet: B1, 3B and A5. RGB value is (177,59,165). Sum of RGB (Red+Green+Blue) = 177+59+165=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 59 (23.44% from 255 or 14.71% from 401); Blue value is 165 (64.84% from 255 or 41.15% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B13BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13BA5 is #4EC45A. Grayscale: #6A6A6A. Windows color (decimal): -5162075 or 10828721. OLE color: 10828721.
HSL color Cylindrical-coordinate representation of color #B13BA5: hue angle of 306.1º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B13BA5 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 59 | 165 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.31 |
| HSL | 306.1º | 0.5% | 0.46% | - |
| HSV(B) | 306.1º | 0.67% | 0.69% | - |
| XYZ | 26.49 | 15.19 | 37.13 | - |
| YUV | 106.37 | 161.09 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 59 | 165 | 0 | 0.67 | 0.07 | 0.31 | 306.1 | 0.5 | 0.46 |
| Hex | B1 | 3B | A5 | 0 | 43 | 7 | 1F | 132 | 32 | 2E |
| Octal | 261 | 73 | 245 | 0 | 103 | 7 | 37 | 462 | 62 | 56 |
| Binary | 10110001 | 111011 | 10100101 | 0 | 1000011 | 111 | 11111 | 100110010 | 110010 | 101110 |
Color Harmonies of #B13BA5
Complementary color
Monochromatic Colors of #B13BA5
Black with #B13BA5
Text Example
Text Example
White with #B13BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13BA5; }
p { color: rgb(177,59,165); }
H1.HeaderClassName
{
color: #B13BA5;
}
.AnyTagClassName
{
color: #B13BA5;
}
</style>
background-color css
<style>
a { background-color: #B13BA5; }
a { background-color: rgb(177,59,165); }
div.DivClassName
{
background-color: #B13BA5;
}
.BgClassName
{
background-color: #B13BA5;
}
</style>
border-color css
<style>
span { border-color: #B13BA5; }
span { border-color: rgb(177,59,165); }
td.TdClassName
{
border-color: #B13BA5;
}
.TagClassName
{
border-color: #B13BA5;
}
</style>