Shades of Violet Blue #B165A5
Tints of Violet Blue #B165A5
RGB
CMYK
RGB Variations
Color information
#B165A5 (or 0xB165A5) is known color: Violet Blue. HEX triplet: B1, 65 and A5. RGB value is (177,101,165). Sum of RGB (Red+Green+Blue) = 177+101+165=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B165A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B165A5 is #4E9A5A. Grayscale: #828282. Windows color (decimal): -5151323 or 10839473. OLE color: 10839473.
HSL color Cylindrical-coordinate representation of color #B165A5: hue angle of 309.47º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B165A5 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 101 | 165 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.31 |
| HSL | 309.47º | 0.33% | 0.55% | - |
| HSV(B) | 309.47º | 0.43% | 0.69% | - |
| XYZ | 29.58 | 21.37 | 38.16 | - |
| YUV | 131.02 | 147.18 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 165 | 0 | 0.43 | 0.07 | 0.31 | 309.47 | 0.33 | 0.55 |
| Hex | B1 | 65 | A5 | 0 | 2B | 7 | 1F | 135 | 21 | 37 |
| Octal | 261 | 145 | 245 | 0 | 53 | 7 | 37 | 465 | 41 | 67 |
| Binary | 10110001 | 1100101 | 10100101 | 0 | 101011 | 111 | 11111 | 100110101 | 100001 | 110111 |
Color Harmonies of #B165A5
Complementary color
Monochromatic Colors of #B165A5
Black with #B165A5
Text Example
Text Example
White with #B165A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B165A5; }
p { color: rgb(177,101,165); }
H1.HeaderClassName
{
color: #B165A5;
}
.AnyTagClassName
{
color: #B165A5;
}
</style>
background-color css
<style>
a { background-color: #B165A5; }
a { background-color: rgb(177,101,165); }
div.DivClassName
{
background-color: #B165A5;
}
.BgClassName
{
background-color: #B165A5;
}
</style>
border-color css
<style>
span { border-color: #B165A5; }
span { border-color: rgb(177,101,165); }
td.TdClassName
{
border-color: #B165A5;
}
.TagClassName
{
border-color: #B165A5;
}
</style>