Shades of Violet Blue #B351A5
Tints of Violet Blue #B351A5
RGB
CMYK
RGB Variations
Color information
#B351A5 (or 0xB351A5) is known color: Violet Blue. HEX triplet: B3, 51 and A5. RGB value is (179,81,165). Sum of RGB (Red+Green+Blue) = 179+81+165=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 165 (64.84% from 255 or 38.82% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B351A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B351A5 is #4CAE5A. Grayscale: #777777. Windows color (decimal): -5025371 or 10834355. OLE color: 10834355.
HSL color Cylindrical-coordinate representation of color #B351A5: hue angle of 308.57º 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 #B351A5 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 81 | 165 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.30 |
| HSL | 308.57º | 0.39% | 0.51% | - |
| HSV(B) | 308.57º | 0.55% | 0.7% | - |
| XYZ | 28.32 | 18.19 | 37.61 | - |
| YUV | 119.88 | 153.47 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 81 | 165 | 0 | 0.55 | 0.08 | 0.30 | 308.57 | 0.39 | 0.51 |
| Hex | B3 | 51 | A5 | 0 | 37 | 8 | 1E | 135 | 27 | 33 |
| Octal | 263 | 121 | 245 | 0 | 67 | 10 | 36 | 465 | 47 | 63 |
| Binary | 10110011 | 1010001 | 10100101 | 0 | 110111 | 1000 | 11110 | 100110101 | 100111 | 110011 |
Color Harmonies of #B351A5
Complementary color
Monochromatic Colors of #B351A5
Black with #B351A5
Text Example
Text Example
White with #B351A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B351A5; }
p { color: rgb(179,81,165); }
H1.HeaderClassName
{
color: #B351A5;
}
.AnyTagClassName
{
color: #B351A5;
}
</style>
background-color css
<style>
a { background-color: #B351A5; }
a { background-color: rgb(179,81,165); }
div.DivClassName
{
background-color: #B351A5;
}
.BgClassName
{
background-color: #B351A5;
}
</style>
border-color css
<style>
span { border-color: #B351A5; }
span { border-color: rgb(179,81,165); }
td.TdClassName
{
border-color: #B351A5;
}
.TagClassName
{
border-color: #B351A5;
}
</style>