Shades of Violet Blue #B466A5
Tints of Violet Blue #B466A5
RGB
CMYK
RGB Variations
Color information
#B466A5 (or 0xB466A5) is known color: Violet Blue. HEX triplet: B4, 66 and A5. RGB value is (180,102,165). Sum of RGB (Red+Green+Blue) = 180+102+165=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 165 (64.84% from 255 or 36.91% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B466A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B466A5 is #4B995A. Grayscale: #848484. Windows color (decimal): -4954459 or 10839732. OLE color: 10839732.
HSL color Cylindrical-coordinate representation of color #B466A5: hue angle of 311.54º 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 #B466A5 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 102 | 165 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.29 |
| HSL | 311.54º | 0.34% | 0.55% | - |
| HSV(B) | 311.54º | 0.43% | 0.71% | - |
| XYZ | 30.37 | 21.92 | 38.23 | - |
| YUV | 132.5 | 146.34 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 102 | 165 | 0 | 0.43 | 0.08 | 0.29 | 311.54 | 0.34 | 0.55 |
| Hex | B4 | 66 | A5 | 0 | 2B | 8 | 1D | 138 | 22 | 37 |
| Octal | 264 | 146 | 245 | 0 | 53 | 10 | 35 | 470 | 42 | 67 |
| Binary | 10110100 | 1100110 | 10100101 | 0 | 101011 | 1000 | 11101 | 100111000 | 100010 | 110111 |
Color Harmonies of #B466A5
Complementary color
Monochromatic Colors of #B466A5
Black with #B466A5
Text Example
Text Example
White with #B466A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B466A5; }
p { color: rgb(180,102,165); }
H1.HeaderClassName
{
color: #B466A5;
}
.AnyTagClassName
{
color: #B466A5;
}
</style>
background-color css
<style>
a { background-color: #B466A5; }
a { background-color: rgb(180,102,165); }
div.DivClassName
{
background-color: #B466A5;
}
.BgClassName
{
background-color: #B466A5;
}
</style>
border-color css
<style>
span { border-color: #B466A5; }
span { border-color: rgb(180,102,165); }
td.TdClassName
{
border-color: #B466A5;
}
.TagClassName
{
border-color: #B466A5;
}
</style>