Shades of Violet Blue #B367A0
Tints of Violet Blue #B367A0
RGB
CMYK
RGB Variations
Color information
#B367A0 (or 0xB367A0) is known color: Violet Blue. HEX triplet: B3, 67 and A0. RGB value is (179,103,160). Sum of RGB (Red+Green+Blue) = 179+103+160=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 103 (40.62% from 255 or 23.30% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 179 - color contains mainly: red. Hex color #B367A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B367A0 is #4C985F. Grayscale: #848484. Windows color (decimal): -5019744 or 10512307. OLE color: 10512307.
HSL color Cylindrical-coordinate representation of color #B367A0: hue angle of 315º 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 #B367A0 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 103 | 160 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.30 |
| HSL | 315º | 0.33% | 0.55% | - |
| HSV(B) | 315º | 0.42% | 0.7% | - |
| XYZ | 29.79 | 21.82 | 35.9 | - |
| YUV | 132.22 | 143.68 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 160 | 0 | 0.42 | 0.11 | 0.30 | 315 | 0.33 | 0.55 |
| Hex | B3 | 67 | A0 | 0 | 2A | B | 1E | 13B | 21 | 37 |
| Octal | 263 | 147 | 240 | 0 | 52 | 13 | 36 | 473 | 41 | 67 |
| Binary | 10110011 | 1100111 | 10100000 | 0 | 101010 | 1011 | 11110 | 100111011 | 100001 | 110111 |
Color Harmonies of #B367A0
Complementary color
Monochromatic Colors of #B367A0
Black with #B367A0
Text Example
Text Example
White with #B367A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B367A0; }
p { color: rgb(179,103,160); }
H1.HeaderClassName
{
color: #B367A0;
}
.AnyTagClassName
{
color: #B367A0;
}
</style>
background-color css
<style>
a { background-color: #B367A0; }
a { background-color: rgb(179,103,160); }
div.DivClassName
{
background-color: #B367A0;
}
.BgClassName
{
background-color: #B367A0;
}
</style>
border-color css
<style>
span { border-color: #B367A0; }
span { border-color: rgb(179,103,160); }
td.TdClassName
{
border-color: #B367A0;
}
.TagClassName
{
border-color: #B367A0;
}
</style>