Shades of Violet Blue #B165AD
Tints of Violet Blue #B165AD
RGB
CMYK
RGB Variations
Color information
#B165AD (or 0xB165AD) is known color: Violet Blue. HEX triplet: B1, 65 and AD. RGB value is (177,101,173). Sum of RGB (Red+Green+Blue) = 177+101+173=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B165AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B165AD is #4E9A52. Grayscale: #838383. Windows color (decimal): -5151315 or 11363761. OLE color: 11363761.
HSL color Cylindrical-coordinate representation of color #B165AD: hue angle of 303.16º 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 #B165AD is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 101 | 173 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.31 |
| HSL | 303.16º | 0.33% | 0.55% | - |
| HSV(B) | 303.16º | 0.43% | 0.69% | - |
| XYZ | 30.33 | 21.67 | 42.12 | - |
| YUV | 131.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 173 | 0 | 0.43 | 0.02 | 0.31 | 303.16 | 0.33 | 0.55 |
| Hex | B1 | 65 | AD | 0 | 2B | 2 | 1F | 12F | 21 | 37 |
| Octal | 261 | 145 | 255 | 0 | 53 | 2 | 37 | 457 | 41 | 67 |
| Binary | 10110001 | 1100101 | 10101101 | 0 | 101011 | 10 | 11111 | 100101111 | 100001 | 110111 |
Color Harmonies of #B165AD
Complementary color
Monochromatic Colors of #B165AD
Black with #B165AD
Text Example
Text Example
White with #B165AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B165AD; }
p { color: rgb(177,101,173); }
H1.HeaderClassName
{
color: #B165AD;
}
.AnyTagClassName
{
color: #B165AD;
}
</style>
background-color css
<style>
a { background-color: #B165AD; }
a { background-color: rgb(177,101,173); }
div.DivClassName
{
background-color: #B165AD;
}
.BgClassName
{
background-color: #B165AD;
}
</style>
border-color css
<style>
span { border-color: #B165AD; }
span { border-color: rgb(177,101,173); }
td.TdClassName
{
border-color: #B165AD;
}
.TagClassName
{
border-color: #B165AD;
}
</style>