Shades of Violet Blue #B367AB
Tints of Violet Blue #B367AB
RGB
CMYK
RGB Variations
Color information
#B367AB (or 0xB367AB) is known color: Violet Blue. HEX triplet: B3, 67 and AB. RGB value is (179,103,171). Sum of RGB (Red+Green+Blue) = 179+103+171=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 103 (40.62% from 255 or 22.74% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B367AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B367AB is #4C9854. Grayscale: #858585. Windows color (decimal): -5019733 or 11233203. OLE color: 11233203.
HSL color Cylindrical-coordinate representation of color #B367AB: hue angle of 306.32º 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 #B367AB is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 103 | 171 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.30 |
| HSL | 306.32º | 0.33% | 0.55% | - |
| HSV(B) | 306.32º | 0.42% | 0.7% | - |
| XYZ | 30.79 | 22.22 | 41.19 | - |
| YUV | 133.48 | 149.18 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 171 | 0 | 0.42 | 0.04 | 0.30 | 306.32 | 0.33 | 0.55 |
| Hex | B3 | 67 | AB | 0 | 2A | 4 | 1E | 132 | 21 | 37 |
| Octal | 263 | 147 | 253 | 0 | 52 | 4 | 36 | 462 | 41 | 67 |
| Binary | 10110011 | 1100111 | 10101011 | 0 | 101010 | 100 | 11110 | 100110010 | 100001 | 110111 |
Color Harmonies of #B367AB
Complementary color
Monochromatic Colors of #B367AB
Black with #B367AB
Text Example
Text Example
White with #B367AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B367AB; }
p { color: rgb(179,103,171); }
H1.HeaderClassName
{
color: #B367AB;
}
.AnyTagClassName
{
color: #B367AB;
}
</style>
background-color css
<style>
a { background-color: #B367AB; }
a { background-color: rgb(179,103,171); }
div.DivClassName
{
background-color: #B367AB;
}
.BgClassName
{
background-color: #B367AB;
}
</style>
border-color css
<style>
span { border-color: #B367AB; }
span { border-color: rgb(179,103,171); }
td.TdClassName
{
border-color: #B367AB;
}
.TagClassName
{
border-color: #B367AB;
}
</style>