Shades of Violet Blue #B268A3
Tints of Violet Blue #B268A3
RGB
CMYK
RGB Variations
Color information
#B268A3 (or 0xB268A3) is known color: Violet Blue. HEX triplet: B2, 68 and A3. RGB value is (178,104,163). Sum of RGB (Red+Green+Blue) = 178+104+163=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 163 (64.06% from 255 or 36.63% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B268A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B268A3 is #4D975C. Grayscale: #848484. Windows color (decimal): -5085021 or 10709170. OLE color: 10709170.
HSL color Cylindrical-coordinate representation of color #B268A3: hue angle of 312.16º 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 #B268A3 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 104 | 163 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.30 |
| HSL | 312.16º | 0.32% | 0.55% | - |
| HSV(B) | 312.16º | 0.42% | 0.7% | - |
| XYZ | 29.92 | 22.01 | 37.32 | - |
| YUV | 132.85 | 145.02 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 104 | 163 | 0 | 0.42 | 0.08 | 0.30 | 312.16 | 0.32 | 0.55 |
| Hex | B2 | 68 | A3 | 0 | 2A | 8 | 1E | 138 | 20 | 37 |
| Octal | 262 | 150 | 243 | 0 | 52 | 10 | 36 | 470 | 40 | 67 |
| Binary | 10110010 | 1101000 | 10100011 | 0 | 101010 | 1000 | 11110 | 100111000 | 100000 | 110111 |
Color Harmonies of #B268A3
Complementary color
Monochromatic Colors of #B268A3
Black with #B268A3
Text Example
Text Example
White with #B268A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B268A3; }
p { color: rgb(178,104,163); }
H1.HeaderClassName
{
color: #B268A3;
}
.AnyTagClassName
{
color: #B268A3;
}
</style>
background-color css
<style>
a { background-color: #B268A3; }
a { background-color: rgb(178,104,163); }
div.DivClassName
{
background-color: #B268A3;
}
.BgClassName
{
background-color: #B268A3;
}
</style>
border-color css
<style>
span { border-color: #B268A3; }
span { border-color: rgb(178,104,163); }
td.TdClassName
{
border-color: #B268A3;
}
.TagClassName
{
border-color: #B268A3;
}
</style>