Shades of Violet Blue #B268B0
Tints of Violet Blue #B268B0
RGB
CMYK
RGB Variations
Color information
#B268B0 (or 0xB268B0) is known color: Violet Blue. HEX triplet: B2, 68 and B0. RGB value is (178,104,176). Sum of RGB (Red+Green+Blue) = 178+104+176=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 176 (69.14% from 255 or 38.43% from 458); Max value from RGB is 178 - color contains mainly: red. Hex color #B268B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B268B0 is #4D974F. Grayscale: #868686. Windows color (decimal): -5085008 or 11561138. OLE color: 11561138.
HSL color Cylindrical-coordinate representation of color #B268B0: hue angle of 301.62º 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 #B268B0 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 104 | 176 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.30 |
| HSL | 301.62º | 0.32% | 0.55% | - |
| HSV(B) | 301.62º | 0.42% | 0.7% | - |
| XYZ | 31.15 | 22.5 | 43.78 | - |
| YUV | 134.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 104 | 176 | 0 | 0.42 | 0.01 | 0.30 | 301.62 | 0.32 | 0.55 |
| Hex | B2 | 68 | B0 | 0 | 2A | 1 | 1E | 12E | 20 | 37 |
| Octal | 262 | 150 | 260 | 0 | 52 | 1 | 36 | 456 | 40 | 67 |
| Binary | 10110010 | 1101000 | 10110000 | 0 | 101010 | 1 | 11110 | 100101110 | 100000 | 110111 |
Color Harmonies of #B268B0
Complementary color
Monochromatic Colors of #B268B0
Black with #B268B0
Text Example
Text Example
White with #B268B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B268B0; }
p { color: rgb(178,104,176); }
H1.HeaderClassName
{
color: #B268B0;
}
.AnyTagClassName
{
color: #B268B0;
}
</style>
background-color css
<style>
a { background-color: #B268B0; }
a { background-color: rgb(178,104,176); }
div.DivClassName
{
background-color: #B268B0;
}
.BgClassName
{
background-color: #B268B0;
}
</style>
border-color css
<style>
span { border-color: #B268B0; }
span { border-color: rgb(178,104,176); }
td.TdClassName
{
border-color: #B268B0;
}
.TagClassName
{
border-color: #B268B0;
}
</style>