Shades of Violet Blue #B267AC
Tints of Violet Blue #B267AC
RGB
CMYK
RGB Variations
Color information
#B267AC (or 0xB267AC) is known color: Violet Blue. HEX triplet: B2, 67 and AC. RGB value is (178,103,172). Sum of RGB (Red+Green+Blue) = 178+103+172=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 103 (40.62% from 255 or 22.74% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 178 - color contains mainly: red. Hex color #B267AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B267AC is #4D9853. Grayscale: #858585. Windows color (decimal): -5085268 or 11298738. OLE color: 11298738.
HSL color Cylindrical-coordinate representation of color #B267AC: hue angle of 304.8º degrees, saturation: 0.33, 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 #B267AC is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 103 | 172 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.30 |
| HSL | 304.8º | 0.33% | 0.55% | - |
| HSV(B) | 304.8º | 0.42% | 0.7% | - |
| XYZ | 30.66 | 22.14 | 41.69 | - |
| YUV | 133.29 | 149.85 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 103 | 172 | 0 | 0.42 | 0.03 | 0.30 | 304.8 | 0.33 | 0.55 |
| Hex | B2 | 67 | AC | 0 | 2A | 3 | 1E | 131 | 21 | 37 |
| Octal | 262 | 147 | 254 | 0 | 52 | 3 | 36 | 461 | 41 | 67 |
| Binary | 10110010 | 1100111 | 10101100 | 0 | 101010 | 11 | 11110 | 100110001 | 100001 | 110111 |
Color Harmonies of #B267AC
Complementary color
Monochromatic Colors of #B267AC
Black with #B267AC
Text Example
Text Example
White with #B267AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B267AC; }
p { color: rgb(178,103,172); }
H1.HeaderClassName
{
color: #B267AC;
}
.AnyTagClassName
{
color: #B267AC;
}
</style>
background-color css
<style>
a { background-color: #B267AC; }
a { background-color: rgb(178,103,172); }
div.DivClassName
{
background-color: #B267AC;
}
.BgClassName
{
background-color: #B267AC;
}
</style>
border-color css
<style>
span { border-color: #B267AC; }
span { border-color: rgb(178,103,172); }
td.TdClassName
{
border-color: #B267AC;
}
.TagClassName
{
border-color: #B267AC;
}
</style>