Shades of Violet Blue #B466AD
Tints of Violet Blue #B466AD
RGB
CMYK
RGB Variations
Color information
#B466AD (or 0xB466AD) is known color: Violet Blue. HEX triplet: B4, 66 and AD. RGB value is (180,102,173). Sum of RGB (Red+Green+Blue) = 180+102+173=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B466AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B466AD is #4B9952. Grayscale: #858585. Windows color (decimal): -4954451 or 11364020. OLE color: 11364020.
HSL color Cylindrical-coordinate representation of color #B466AD: hue angle of 305.38º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B466AD is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 102 | 173 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.29 |
| HSL | 305.38º | 0.34% | 0.55% | - |
| HSV(B) | 305.38º | 0.43% | 0.71% | - |
| XYZ | 31.12 | 22.22 | 42.18 | - |
| YUV | 133.42 | 150.34 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 102 | 173 | 0 | 0.43 | 0.04 | 0.29 | 305.38 | 0.34 | 0.55 |
| Hex | B4 | 66 | AD | 0 | 2B | 4 | 1D | 131 | 22 | 37 |
| Octal | 264 | 146 | 255 | 0 | 53 | 4 | 35 | 461 | 42 | 67 |
| Binary | 10110100 | 1100110 | 10101101 | 0 | 101011 | 100 | 11101 | 100110001 | 100010 | 110111 |
Color Harmonies of #B466AD
Complementary color
Monochromatic Colors of #B466AD
Black with #B466AD
Text Example
Text Example
White with #B466AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B466AD; }
p { color: rgb(180,102,173); }
H1.HeaderClassName
{
color: #B466AD;
}
.AnyTagClassName
{
color: #B466AD;
}
</style>
background-color css
<style>
a { background-color: #B466AD; }
a { background-color: rgb(180,102,173); }
div.DivClassName
{
background-color: #B466AD;
}
.BgClassName
{
background-color: #B466AD;
}
</style>
border-color css
<style>
span { border-color: #B466AD; }
span { border-color: rgb(180,102,173); }
td.TdClassName
{
border-color: #B466AD;
}
.TagClassName
{
border-color: #B466AD;
}
</style>