Shades of Violet Blue #B464AD
Tints of Violet Blue #B464AD
RGB
CMYK
RGB Variations
Color information
#B464AD (or 0xB464AD) is known color: Violet Blue. HEX triplet: B4, 64 and AD. RGB value is (180,100,173). Sum of RGB (Red+Green+Blue) = 180+100+173=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B464AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B464AD is #4B9B52. Grayscale: #848484. Windows color (decimal): -4954963 or 11363508. OLE color: 11363508.
HSL color Cylindrical-coordinate representation of color #B464AD: hue angle of 305.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B464AD is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 100 | 173 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.29 |
| HSL | 305.25º | 0.35% | 0.55% | - |
| HSV(B) | 305.25º | 0.44% | 0.71% | - |
| XYZ | 30.92 | 21.83 | 42.12 | - |
| YUV | 132.24 | 151 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 100 | 173 | 0 | 0.44 | 0.04 | 0.29 | 305.25 | 0.35 | 0.55 |
| Hex | B4 | 64 | AD | 0 | 2C | 4 | 1D | 131 | 23 | 37 |
| Octal | 264 | 144 | 255 | 0 | 54 | 4 | 35 | 461 | 43 | 67 |
| Binary | 10110100 | 1100100 | 10101101 | 0 | 101100 | 100 | 11101 | 100110001 | 100011 | 110111 |
Color Harmonies of #B464AD
Complementary color
Monochromatic Colors of #B464AD
Black with #B464AD
Text Example
Text Example
White with #B464AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B464AD; }
p { color: rgb(180,100,173); }
H1.HeaderClassName
{
color: #B464AD;
}
.AnyTagClassName
{
color: #B464AD;
}
</style>
background-color css
<style>
a { background-color: #B464AD; }
a { background-color: rgb(180,100,173); }
div.DivClassName
{
background-color: #B464AD;
}
.BgClassName
{
background-color: #B464AD;
}
</style>
border-color css
<style>
span { border-color: #B464AD; }
span { border-color: rgb(180,100,173); }
td.TdClassName
{
border-color: #B464AD;
}
.TagClassName
{
border-color: #B464AD;
}
</style>