Shades of Violet Blue #B367AC
Tints of Violet Blue #B367AC
RGB
CMYK
RGB Variations
Color information
#B367AC (or 0xB367AC) is known color: Violet Blue. HEX triplet: B3, 67 and AC. RGB value is (179,103,172). Sum of RGB (Red+Green+Blue) = 179+103+172=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 103 (40.62% from 255 or 22.69% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 179 - color contains mainly: red. Hex color #B367AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B367AC is #4C9853. Grayscale: #858585. Windows color (decimal): -5019732 or 11298739. OLE color: 11298739.
HSL color Cylindrical-coordinate representation of color #B367AC: hue angle of 305.53º 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 #B367AC is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 103 | 172 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.30 |
| HSL | 305.53º | 0.33% | 0.55% | - |
| HSV(B) | 305.53º | 0.42% | 0.7% | - |
| XYZ | 30.89 | 22.26 | 41.7 | - |
| YUV | 133.59 | 149.68 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 172 | 0 | 0.42 | 0.04 | 0.30 | 305.53 | 0.33 | 0.55 |
| Hex | B3 | 67 | AC | 0 | 2A | 4 | 1E | 132 | 21 | 37 |
| Octal | 263 | 147 | 254 | 0 | 52 | 4 | 36 | 462 | 41 | 67 |
| Binary | 10110011 | 1100111 | 10101100 | 0 | 101010 | 100 | 11110 | 100110010 | 100001 | 110111 |
Color Harmonies of #B367AC
Complementary color
Monochromatic Colors of #B367AC
Black with #B367AC
Text Example
Text Example
White with #B367AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B367AC; }
p { color: rgb(179,103,172); }
H1.HeaderClassName
{
color: #B367AC;
}
.AnyTagClassName
{
color: #B367AC;
}
</style>
background-color css
<style>
a { background-color: #B367AC; }
a { background-color: rgb(179,103,172); }
div.DivClassName
{
background-color: #B367AC;
}
.BgClassName
{
background-color: #B367AC;
}
</style>
border-color css
<style>
span { border-color: #B367AC; }
span { border-color: rgb(179,103,172); }
td.TdClassName
{
border-color: #B367AC;
}
.TagClassName
{
border-color: #B367AC;
}
</style>