Shades of Violet Blue #B658A3
Tints of Violet Blue #B658A3
RGB
CMYK
RGB Variations
Color information
#B658A3 (or 0xB658A3) is known color: Violet Blue. HEX triplet: B6, 58 and A3. RGB value is (182,88,163). Sum of RGB (Red+Green+Blue) = 182+88+163=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 163 (64.06% from 255 or 37.64% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B658A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B658A3 is #49A75C. Grayscale: #7C7C7C. Windows color (decimal): -4826973 or 10705078. OLE color: 10705078.
HSL color Cylindrical-coordinate representation of color #B658A3: hue angle of 312.13º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B658A3 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 88 | 163 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.29 |
| HSL | 312.13º | 0.39% | 0.53% | - |
| HSV(B) | 312.13º | 0.52% | 0.71% | - |
| XYZ | 29.39 | 19.57 | 36.88 | - |
| YUV | 124.66 | 149.64 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 88 | 163 | 0 | 0.52 | 0.10 | 0.29 | 312.13 | 0.39 | 0.53 |
| Hex | B6 | 58 | A3 | 0 | 34 | A | 1D | 138 | 27 | 35 |
| Octal | 266 | 130 | 243 | 0 | 64 | 12 | 35 | 470 | 47 | 65 |
| Binary | 10110110 | 1011000 | 10100011 | 0 | 110100 | 1010 | 11101 | 100111000 | 100111 | 110101 |
Color Harmonies of #B658A3
Complementary color
Monochromatic Colors of #B658A3
Black with #B658A3
Text Example
Text Example
White with #B658A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B658A3; }
p { color: rgb(182,88,163); }
H1.HeaderClassName
{
color: #B658A3;
}
.AnyTagClassName
{
color: #B658A3;
}
</style>
background-color css
<style>
a { background-color: #B658A3; }
a { background-color: rgb(182,88,163); }
div.DivClassName
{
background-color: #B658A3;
}
.BgClassName
{
background-color: #B658A3;
}
</style>
border-color css
<style>
span { border-color: #B658A3; }
span { border-color: rgb(182,88,163); }
td.TdClassName
{
border-color: #B658A3;
}
.TagClassName
{
border-color: #B658A3;
}
</style>