Shades of Violet Blue #B367A7
Tints of Violet Blue #B367A7
RGB
CMYK
RGB Variations
Color information
#B367A7 (or 0xB367A7) is known color: Violet Blue. HEX triplet: B3, 67 and A7. RGB value is (179,103,167). Sum of RGB (Red+Green+Blue) = 179+103+167=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 167 (65.62% from 255 or 37.19% from 449); Max value from RGB is 179 - color contains mainly: red. Hex color #B367A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B367A7 is #4C9858. Grayscale: #848484. Windows color (decimal): -5019737 or 10971059. OLE color: 10971059.
HSL color Cylindrical-coordinate representation of color #B367A7: hue angle of 309.47º 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 #B367A7 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 103 | 167 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.30 |
| HSL | 309.47º | 0.33% | 0.55% | - |
| HSV(B) | 309.47º | 0.42% | 0.7% | - |
| XYZ | 30.42 | 22.07 | 39.22 | - |
| YUV | 133.02 | 147.18 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 167 | 0 | 0.42 | 0.07 | 0.30 | 309.47 | 0.33 | 0.55 |
| Hex | B3 | 67 | A7 | 0 | 2A | 7 | 1E | 135 | 21 | 37 |
| Octal | 263 | 147 | 247 | 0 | 52 | 7 | 36 | 465 | 41 | 67 |
| Binary | 10110011 | 1100111 | 10100111 | 0 | 101010 | 111 | 11110 | 100110101 | 100001 | 110111 |
Color Harmonies of #B367A7
Complementary color
Monochromatic Colors of #B367A7
Black with #B367A7
Text Example
Text Example
White with #B367A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B367A7; }
p { color: rgb(179,103,167); }
H1.HeaderClassName
{
color: #B367A7;
}
.AnyTagClassName
{
color: #B367A7;
}
</style>
background-color css
<style>
a { background-color: #B367A7; }
a { background-color: rgb(179,103,167); }
div.DivClassName
{
background-color: #B367A7;
}
.BgClassName
{
background-color: #B367A7;
}
</style>
border-color css
<style>
span { border-color: #B367A7; }
span { border-color: rgb(179,103,167); }
td.TdClassName
{
border-color: #B367A7;
}
.TagClassName
{
border-color: #B367A7;
}
</style>