Shades of Violet Blue #B264A6
Tints of Violet Blue #B264A6
RGB
CMYK
RGB Variations
Color information
#B264A6 (or 0xB264A6) is known color: Violet Blue. HEX triplet: B2, 64 and A6. RGB value is (178,100,166). Sum of RGB (Red+Green+Blue) = 178+100+166=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B264A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B264A6 is #4D9B59. Grayscale: #828282. Windows color (decimal): -5086042 or 10904754. OLE color: 10904754.
HSL color Cylindrical-coordinate representation of color #B264A6: hue angle of 309.23º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B264A6 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 100 | 166 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.30 |
| HSL | 309.23º | 0.34% | 0.55% | - |
| HSV(B) | 309.23º | 0.44% | 0.7% | - |
| XYZ | 29.8 | 21.33 | 38.62 | - |
| YUV | 130.85 | 147.84 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 166 | 0 | 0.44 | 0.07 | 0.30 | 309.23 | 0.34 | 0.55 |
| Hex | B2 | 64 | A6 | 0 | 2C | 7 | 1E | 135 | 22 | 37 |
| Octal | 262 | 144 | 246 | 0 | 54 | 7 | 36 | 465 | 42 | 67 |
| Binary | 10110010 | 1100100 | 10100110 | 0 | 101100 | 111 | 11110 | 100110101 | 100010 | 110111 |
Color Harmonies of #B264A6
Complementary color
Monochromatic Colors of #B264A6
Black with #B264A6
Text Example
Text Example
White with #B264A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B264A6; }
p { color: rgb(178,100,166); }
H1.HeaderClassName
{
color: #B264A6;
}
.AnyTagClassName
{
color: #B264A6;
}
</style>
background-color css
<style>
a { background-color: #B264A6; }
a { background-color: rgb(178,100,166); }
div.DivClassName
{
background-color: #B264A6;
}
.BgClassName
{
background-color: #B264A6;
}
</style>
border-color css
<style>
span { border-color: #B264A6; }
span { border-color: rgb(178,100,166); }
td.TdClassName
{
border-color: #B264A6;
}
.TagClassName
{
border-color: #B264A6;
}
</style>