Shades of Violet Blue #B466A8
Tints of Violet Blue #B466A8
RGB
CMYK
RGB Variations
Color information
#B466A8 (or 0xB466A8) is known color: Violet Blue. HEX triplet: B4, 66 and A8. RGB value is (180,102,168). Sum of RGB (Red+Green+Blue) = 180+102+168=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 168 (66.02% from 255 or 37.33% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B466A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B466A8 is #4B9957. Grayscale: #848484. Windows color (decimal): -4954456 or 11036340. OLE color: 11036340.
HSL color Cylindrical-coordinate representation of color #B466A8: hue angle of 309.23º 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 #B466A8 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 102 | 168 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.29 |
| HSL | 309.23º | 0.34% | 0.55% | - |
| HSV(B) | 309.23º | 0.43% | 0.71% | - |
| XYZ | 30.64 | 22.03 | 39.68 | - |
| YUV | 132.85 | 147.84 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 102 | 168 | 0 | 0.43 | 0.07 | 0.29 | 309.23 | 0.34 | 0.55 |
| Hex | B4 | 66 | A8 | 0 | 2B | 7 | 1D | 135 | 22 | 37 |
| Octal | 264 | 146 | 250 | 0 | 53 | 7 | 35 | 465 | 42 | 67 |
| Binary | 10110100 | 1100110 | 10101000 | 0 | 101011 | 111 | 11101 | 100110101 | 100010 | 110111 |
Color Harmonies of #B466A8
Complementary color
Monochromatic Colors of #B466A8
Black with #B466A8
Text Example
Text Example
White with #B466A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B466A8; }
p { color: rgb(180,102,168); }
H1.HeaderClassName
{
color: #B466A8;
}
.AnyTagClassName
{
color: #B466A8;
}
</style>
background-color css
<style>
a { background-color: #B466A8; }
a { background-color: rgb(180,102,168); }
div.DivClassName
{
background-color: #B466A8;
}
.BgClassName
{
background-color: #B466A8;
}
</style>
border-color css
<style>
span { border-color: #B466A8; }
span { border-color: rgb(180,102,168); }
td.TdClassName
{
border-color: #B466A8;
}
.TagClassName
{
border-color: #B466A8;
}
</style>