Shades of Violet Blue #B351A6
Tints of Violet Blue #B351A6
RGB
CMYK
RGB Variations
Color information
#B351A6 (or 0xB351A6) is known color: Violet Blue. HEX triplet: B3, 51 and A6. RGB value is (179,81,166). Sum of RGB (Red+Green+Blue) = 179+81+166=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B351A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B351A6 is #4CAE59. Grayscale: #777777. Windows color (decimal): -5025370 or 10899891. OLE color: 10899891.
HSL color Cylindrical-coordinate representation of color #B351A6: hue angle of 307.96º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B351A6 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 81 | 166 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.30 |
| HSL | 307.96º | 0.39% | 0.51% | - |
| HSV(B) | 307.96º | 0.55% | 0.7% | - |
| XYZ | 28.42 | 18.22 | 38.1 | - |
| YUV | 119.99 | 153.97 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 81 | 166 | 0 | 0.55 | 0.07 | 0.30 | 307.96 | 0.39 | 0.51 |
| Hex | B3 | 51 | A6 | 0 | 37 | 7 | 1E | 134 | 27 | 33 |
| Octal | 263 | 121 | 246 | 0 | 67 | 7 | 36 | 464 | 47 | 63 |
| Binary | 10110011 | 1010001 | 10100110 | 0 | 110111 | 111 | 11110 | 100110100 | 100111 | 110011 |
Color Harmonies of #B351A6
Complementary color
Monochromatic Colors of #B351A6
Black with #B351A6
Text Example
Text Example
White with #B351A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B351A6; }
p { color: rgb(179,81,166); }
H1.HeaderClassName
{
color: #B351A6;
}
.AnyTagClassName
{
color: #B351A6;
}
</style>
background-color css
<style>
a { background-color: #B351A6; }
a { background-color: rgb(179,81,166); }
div.DivClassName
{
background-color: #B351A6;
}
.BgClassName
{
background-color: #B351A6;
}
</style>
border-color css
<style>
span { border-color: #B351A6; }
span { border-color: rgb(179,81,166); }
td.TdClassName
{
border-color: #B351A6;
}
.TagClassName
{
border-color: #B351A6;
}
</style>