Shades of Violet Blue #B268AC
Tints of Violet Blue #B268AC
RGB
CMYK
RGB Variations
Color information
#B268AC (or 0xB268AC) is known color: Violet Blue. HEX triplet: B2, 68 and AC. RGB value is (178,104,172). Sum of RGB (Red+Green+Blue) = 178+104+172=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 178 - color contains mainly: red. Hex color #B268AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B268AC is #4D9753. Grayscale: #858585. Windows color (decimal): -5085012 or 11298994. OLE color: 11298994.
HSL color Cylindrical-coordinate representation of color #B268AC: hue angle of 304.86º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B268AC is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 104 | 172 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.30 |
| HSL | 304.86º | 0.32% | 0.55% | - |
| HSV(B) | 304.86º | 0.42% | 0.7% | - |
| XYZ | 30.76 | 22.34 | 41.72 | - |
| YUV | 133.88 | 149.52 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 104 | 172 | 0 | 0.42 | 0.03 | 0.30 | 304.86 | 0.32 | 0.55 |
| Hex | B2 | 68 | AC | 0 | 2A | 3 | 1E | 131 | 20 | 37 |
| Octal | 262 | 150 | 254 | 0 | 52 | 3 | 36 | 461 | 40 | 67 |
| Binary | 10110010 | 1101000 | 10101100 | 0 | 101010 | 11 | 11110 | 100110001 | 100000 | 110111 |
Color Harmonies of #B268AC
Complementary color
Monochromatic Colors of #B268AC
Black with #B268AC
Text Example
Text Example
White with #B268AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B268AC; }
p { color: rgb(178,104,172); }
H1.HeaderClassName
{
color: #B268AC;
}
.AnyTagClassName
{
color: #B268AC;
}
</style>
background-color css
<style>
a { background-color: #B268AC; }
a { background-color: rgb(178,104,172); }
div.DivClassName
{
background-color: #B268AC;
}
.BgClassName
{
background-color: #B268AC;
}
</style>
border-color css
<style>
span { border-color: #B268AC; }
span { border-color: rgb(178,104,172); }
td.TdClassName
{
border-color: #B268AC;
}
.TagClassName
{
border-color: #B268AC;
}
</style>