Shades of Violet Blue #B367B0
Tints of Violet Blue #B367B0
RGB
CMYK
RGB Variations
Color information
#B367B0 (or 0xB367B0) is known color: Violet Blue. HEX triplet: B3, 67 and B0. RGB value is (179,103,176). Sum of RGB (Red+Green+Blue) = 179+103+176=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 176 (69.14% from 255 or 38.43% from 458); Max value from RGB is 179 - color contains mainly: red. Hex color #B367B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B367B0 is #4C984F. Grayscale: #858585. Windows color (decimal): -5019728 or 11560883. OLE color: 11560883.
HSL color Cylindrical-coordinate representation of color #B367B0: hue angle of 302.37º 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 #B367B0 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 103 | 176 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.30 |
| HSL | 302.37º | 0.33% | 0.55% | - |
| HSV(B) | 302.37º | 0.42% | 0.7% | - |
| XYZ | 31.28 | 22.42 | 43.75 | - |
| YUV | 134.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 176 | 0 | 0.42 | 0.02 | 0.30 | 302.37 | 0.33 | 0.55 |
| Hex | B3 | 67 | B0 | 0 | 2A | 2 | 1E | 12E | 21 | 37 |
| Octal | 263 | 147 | 260 | 0 | 52 | 2 | 36 | 456 | 41 | 67 |
| Binary | 10110011 | 1100111 | 10110000 | 0 | 101010 | 10 | 11110 | 100101110 | 100001 | 110111 |
Color Harmonies of #B367B0
Complementary color
Monochromatic Colors of #B367B0
Black with #B367B0
Text Example
Text Example
White with #B367B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B367B0; }
p { color: rgb(179,103,176); }
H1.HeaderClassName
{
color: #B367B0;
}
.AnyTagClassName
{
color: #B367B0;
}
</style>
background-color css
<style>
a { background-color: #B367B0; }
a { background-color: rgb(179,103,176); }
div.DivClassName
{
background-color: #B367B0;
}
.BgClassName
{
background-color: #B367B0;
}
</style>
border-color css
<style>
span { border-color: #B367B0; }
span { border-color: rgb(179,103,176); }
td.TdClassName
{
border-color: #B367B0;
}
.TagClassName
{
border-color: #B367B0;
}
</style>