Shades of Violet Blue #B367AA
Tints of Violet Blue #B367AA
RGB
CMYK
RGB Variations
Color information
#B367AA (or 0xB367AA) is known color: Violet Blue. HEX triplet: B3, 67 and AA. RGB value is (179,103,170). Sum of RGB (Red+Green+Blue) = 179+103+170=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 103 (40.62% from 255 or 22.79% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B367AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B367AA is #4C9855. Grayscale: #858585. Windows color (decimal): -5019734 or 11167667. OLE color: 11167667.
HSL color Cylindrical-coordinate representation of color #B367AA: hue angle of 307.11º 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 #B367AA is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 103 | 170 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.30 |
| HSL | 307.11º | 0.33% | 0.55% | - |
| HSV(B) | 307.11º | 0.42% | 0.7% | - |
| XYZ | 30.7 | 22.19 | 40.69 | - |
| YUV | 133.36 | 148.68 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 170 | 0 | 0.42 | 0.05 | 0.30 | 307.11 | 0.33 | 0.55 |
| Hex | B3 | 67 | AA | 0 | 2A | 5 | 1E | 133 | 21 | 37 |
| Octal | 263 | 147 | 252 | 0 | 52 | 5 | 36 | 463 | 41 | 67 |
| Binary | 10110011 | 1100111 | 10101010 | 0 | 101010 | 101 | 11110 | 100110011 | 100001 | 110111 |
Color Harmonies of #B367AA
Complementary color
Monochromatic Colors of #B367AA
Black with #B367AA
Text Example
Text Example
White with #B367AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B367AA; }
p { color: rgb(179,103,170); }
H1.HeaderClassName
{
color: #B367AA;
}
.AnyTagClassName
{
color: #B367AA;
}
</style>
background-color css
<style>
a { background-color: #B367AA; }
a { background-color: rgb(179,103,170); }
div.DivClassName
{
background-color: #B367AA;
}
.BgClassName
{
background-color: #B367AA;
}
</style>
border-color css
<style>
span { border-color: #B367AA; }
span { border-color: rgb(179,103,170); }
td.TdClassName
{
border-color: #B367AA;
}
.TagClassName
{
border-color: #B367AA;
}
</style>