Shades of Violet Blue #B271AD
Tints of Violet Blue #B271AD
RGB
CMYK
RGB Variations
Color information
#B271AD (or 0xB271AD) is known color: Violet Blue. HEX triplet: B2, 71 and AD. RGB value is (178,113,173). Sum of RGB (Red+Green+Blue) = 178+113+173=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 178 - color contains mainly: red. Hex color #B271AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B271AD is #4D8E52. Grayscale: #8B8B8B. Windows color (decimal): -5082707 or 11366834. OLE color: 11366834.
HSL color Cylindrical-coordinate representation of color #B271AD: hue angle of 304.62º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B271AD is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 113 | 173 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.30 |
| HSL | 304.62º | 0.3% | 0.57% | - |
| HSV(B) | 304.62º | 0.37% | 0.7% | - |
| XYZ | 31.81 | 24.29 | 42.55 | - |
| YUV | 139.28 | 147.03 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 113 | 173 | 0 | 0.37 | 0.03 | 0.30 | 304.62 | 0.3 | 0.57 |
| Hex | B2 | 71 | AD | 0 | 25 | 3 | 1E | 131 | 1E | 39 |
| Octal | 262 | 161 | 255 | 0 | 45 | 3 | 36 | 461 | 36 | 71 |
| Binary | 10110010 | 1110001 | 10101101 | 0 | 100101 | 11 | 11110 | 100110001 | 11110 | 111001 |
Color Harmonies of #B271AD
Complementary color
Monochromatic Colors of #B271AD
Black with #B271AD
Text Example
Text Example
White with #B271AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B271AD; }
p { color: rgb(178,113,173); }
H1.HeaderClassName
{
color: #B271AD;
}
.AnyTagClassName
{
color: #B271AD;
}
</style>
background-color css
<style>
a { background-color: #B271AD; }
a { background-color: rgb(178,113,173); }
div.DivClassName
{
background-color: #B271AD;
}
.BgClassName
{
background-color: #B271AD;
}
</style>
border-color css
<style>
span { border-color: #B271AD; }
span { border-color: rgb(178,113,173); }
td.TdClassName
{
border-color: #B271AD;
}
.TagClassName
{
border-color: #B271AD;
}
</style>