Shades of Violet Blue #B367AD
Tints of Violet Blue #B367AD
RGB
CMYK
RGB Variations
Color information
#B367AD (or 0xB367AD) is known color: Violet Blue. HEX triplet: B3, 67 and AD. RGB value is (179,103,173). Sum of RGB (Red+Green+Blue) = 179+103+173=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B367AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B367AD is #4C9852. Grayscale: #858585. Windows color (decimal): -5019731 or 11364275. OLE color: 11364275.
HSL color Cylindrical-coordinate representation of color #B367AD: hue angle of 304.74º 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 #B367AD is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 103 | 173 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.30 |
| HSL | 304.74º | 0.33% | 0.55% | - |
| HSV(B) | 304.74º | 0.42% | 0.7% | - |
| XYZ | 30.98 | 22.3 | 42.21 | - |
| YUV | 133.7 | 150.18 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 173 | 0 | 0.42 | 0.03 | 0.30 | 304.74 | 0.33 | 0.55 |
| Hex | B3 | 67 | AD | 0 | 2A | 3 | 1E | 131 | 21 | 37 |
| Octal | 263 | 147 | 255 | 0 | 52 | 3 | 36 | 461 | 41 | 67 |
| Binary | 10110011 | 1100111 | 10101101 | 0 | 101010 | 11 | 11110 | 100110001 | 100001 | 110111 |
Color Harmonies of #B367AD
Complementary color
Monochromatic Colors of #B367AD
Black with #B367AD
Text Example
Text Example
White with #B367AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B367AD; }
p { color: rgb(179,103,173); }
H1.HeaderClassName
{
color: #B367AD;
}
.AnyTagClassName
{
color: #B367AD;
}
</style>
background-color css
<style>
a { background-color: #B367AD; }
a { background-color: rgb(179,103,173); }
div.DivClassName
{
background-color: #B367AD;
}
.BgClassName
{
background-color: #B367AD;
}
</style>
border-color css
<style>
span { border-color: #B367AD; }
span { border-color: rgb(179,103,173); }
td.TdClassName
{
border-color: #B367AD;
}
.TagClassName
{
border-color: #B367AD;
}
</style>