Shades of Violet Blue #B355A6
Tints of Violet Blue #B355A6
RGB
CMYK
RGB Variations
Color information
#B355A6 (or 0xB355A6) is known color: Violet Blue. HEX triplet: B3, 55 and A6. RGB value is (179,85,166). Sum of RGB (Red+Green+Blue) = 179+85+166=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 166 (65.23% from 255 or 38.60% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B355A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B355A6 is #4CAA59. Grayscale: #7A7A7A. Windows color (decimal): -5024346 or 10900915. OLE color: 10900915.
HSL color Cylindrical-coordinate representation of color #B355A6: hue angle of 308.3º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B355A6 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 85 | 166 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.30 |
| HSL | 308.3º | 0.38% | 0.52% | - |
| HSV(B) | 308.3º | 0.53% | 0.7% | - |
| XYZ | 28.72 | 18.83 | 38.2 | - |
| YUV | 122.34 | 152.64 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 85 | 166 | 0 | 0.53 | 0.07 | 0.30 | 308.3 | 0.38 | 0.52 |
| Hex | B3 | 55 | A6 | 0 | 35 | 7 | 1E | 134 | 26 | 34 |
| Octal | 263 | 125 | 246 | 0 | 65 | 7 | 36 | 464 | 46 | 64 |
| Binary | 10110011 | 1010101 | 10100110 | 0 | 110101 | 111 | 11110 | 100110100 | 100110 | 110100 |
Color Harmonies of #B355A6
Complementary color
Monochromatic Colors of #B355A6
Black with #B355A6
Text Example
Text Example
White with #B355A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B355A6; }
p { color: rgb(179,85,166); }
H1.HeaderClassName
{
color: #B355A6;
}
.AnyTagClassName
{
color: #B355A6;
}
</style>
background-color css
<style>
a { background-color: #B355A6; }
a { background-color: rgb(179,85,166); }
div.DivClassName
{
background-color: #B355A6;
}
.BgClassName
{
background-color: #B355A6;
}
</style>
border-color css
<style>
span { border-color: #B355A6; }
span { border-color: rgb(179,85,166); }
td.TdClassName
{
border-color: #B355A6;
}
.TagClassName
{
border-color: #B355A6;
}
</style>