Shades of Violet Blue #B658A4
Tints of Violet Blue #B658A4
RGB
CMYK
RGB Variations
Color information
#B658A4 (or 0xB658A4) is known color: Violet Blue. HEX triplet: B6, 58 and A4. RGB value is (182,88,164). Sum of RGB (Red+Green+Blue) = 182+88+164=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B658A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B658A4 is #49A75B. Grayscale: #7C7C7C. Windows color (decimal): -4826972 or 10770614. OLE color: 10770614.
HSL color Cylindrical-coordinate representation of color #B658A4: hue angle of 311.49º 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 #B658A4 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 88 | 164 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.29 |
| HSL | 311.49º | 0.39% | 0.53% | - |
| HSV(B) | 311.49º | 0.52% | 0.71% | - |
| XYZ | 29.48 | 19.6 | 37.35 | - |
| YUV | 124.77 | 150.14 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 88 | 164 | 0 | 0.52 | 0.10 | 0.29 | 311.49 | 0.39 | 0.53 |
| Hex | B6 | 58 | A4 | 0 | 34 | A | 1D | 137 | 27 | 35 |
| Octal | 266 | 130 | 244 | 0 | 64 | 12 | 35 | 467 | 47 | 65 |
| Binary | 10110110 | 1011000 | 10100100 | 0 | 110100 | 1010 | 11101 | 100110111 | 100111 | 110101 |
Color Harmonies of #B658A4
Complementary color
Monochromatic Colors of #B658A4
Black with #B658A4
Text Example
Text Example
White with #B658A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B658A4; }
p { color: rgb(182,88,164); }
H1.HeaderClassName
{
color: #B658A4;
}
.AnyTagClassName
{
color: #B658A4;
}
</style>
background-color css
<style>
a { background-color: #B658A4; }
a { background-color: rgb(182,88,164); }
div.DivClassName
{
background-color: #B658A4;
}
.BgClassName
{
background-color: #B658A4;
}
</style>
border-color css
<style>
span { border-color: #B658A4; }
span { border-color: rgb(182,88,164); }
td.TdClassName
{
border-color: #B658A4;
}
.TagClassName
{
border-color: #B658A4;
}
</style>