Shades of Violet Blue #B13FA5
Tints of Violet Blue #B13FA5
RGB
CMYK
RGB Variations
Color information
#B13FA5 (or 0xB13FA5) is known color: Violet Blue. HEX triplet: B1, 3F and A5. RGB value is (177,63,165). Sum of RGB (Red+Green+Blue) = 177+63+165=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 63 (25% from 255 or 15.56% from 405); Blue value is 165 (64.84% from 255 or 40.74% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B13FA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13FA5 is #4EC05A. Grayscale: #6C6C6C. Windows color (decimal): -5161051 or 10829745. OLE color: 10829745.
HSL color Cylindrical-coordinate representation of color #B13FA5: hue angle of 306.32º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B13FA5 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 63 | 165 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.31 |
| HSL | 306.32º | 0.48% | 0.47% | - |
| HSV(B) | 306.32º | 0.64% | 0.69% | - |
| XYZ | 26.7 | 15.62 | 37.2 | - |
| YUV | 108.71 | 159.77 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 165 | 0 | 0.64 | 0.07 | 0.31 | 306.32 | 0.48 | 0.47 |
| Hex | B1 | 3F | A5 | 0 | 40 | 7 | 1F | 132 | 30 | 2F |
| Octal | 261 | 77 | 245 | 0 | 100 | 7 | 37 | 462 | 60 | 57 |
| Binary | 10110001 | 111111 | 10100101 | 0 | 1000000 | 111 | 11111 | 100110010 | 110000 | 101111 |
Color Harmonies of #B13FA5
Complementary color
Monochromatic Colors of #B13FA5
Black with #B13FA5
Text Example
Text Example
White with #B13FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13FA5; }
p { color: rgb(177,63,165); }
H1.HeaderClassName
{
color: #B13FA5;
}
.AnyTagClassName
{
color: #B13FA5;
}
</style>
background-color css
<style>
a { background-color: #B13FA5; }
a { background-color: rgb(177,63,165); }
div.DivClassName
{
background-color: #B13FA5;
}
.BgClassName
{
background-color: #B13FA5;
}
</style>
border-color css
<style>
span { border-color: #B13FA5; }
span { border-color: rgb(177,63,165); }
td.TdClassName
{
border-color: #B13FA5;
}
.TagClassName
{
border-color: #B13FA5;
}
</style>