Shades of Violet Blue #B268A0
Tints of Violet Blue #B268A0
RGB
CMYK
RGB Variations
Color information
#B268A0 (or 0xB268A0) is known color: Violet Blue. HEX triplet: B2, 68 and A0. RGB value is (178,104,160). Sum of RGB (Red+Green+Blue) = 178+104+160=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B268A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B268A0 is #4D975F. Grayscale: #848484. Windows color (decimal): -5085024 or 10512562. OLE color: 10512562.
HSL color Cylindrical-coordinate representation of color #B268A0: hue angle of 314.59º 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 #B268A0 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 104 | 160 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.30 |
| HSL | 314.59º | 0.32% | 0.55% | - |
| HSV(B) | 314.59º | 0.42% | 0.7% | - |
| XYZ | 29.66 | 21.9 | 35.92 | - |
| YUV | 132.51 | 143.52 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 104 | 160 | 0 | 0.42 | 0.10 | 0.30 | 314.59 | 0.32 | 0.55 |
| Hex | B2 | 68 | A0 | 0 | 2A | A | 1E | 13B | 20 | 37 |
| Octal | 262 | 150 | 240 | 0 | 52 | 12 | 36 | 473 | 40 | 67 |
| Binary | 10110010 | 1101000 | 10100000 | 0 | 101010 | 1010 | 11110 | 100111011 | 100000 | 110111 |
Color Harmonies of #B268A0
Complementary color
Monochromatic Colors of #B268A0
Black with #B268A0
Text Example
Text Example
White with #B268A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B268A0; }
p { color: rgb(178,104,160); }
H1.HeaderClassName
{
color: #B268A0;
}
.AnyTagClassName
{
color: #B268A0;
}
</style>
background-color css
<style>
a { background-color: #B268A0; }
a { background-color: rgb(178,104,160); }
div.DivClassName
{
background-color: #B268A0;
}
.BgClassName
{
background-color: #B268A0;
}
</style>
border-color css
<style>
span { border-color: #B268A0; }
span { border-color: rgb(178,104,160); }
td.TdClassName
{
border-color: #B268A0;
}
.TagClassName
{
border-color: #B268A0;
}
</style>