Shades of Violet Blue #B658A8
Tints of Violet Blue #B658A8
RGB
CMYK
RGB Variations
Color information
#B658A8 (or 0xB658A8) is known color: Violet Blue. HEX triplet: B6, 58 and A8. RGB value is (182,88,168). Sum of RGB (Red+Green+Blue) = 182+88+168=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 182 - color contains mainly: red. Hex color #B658A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B658A8 is #49A757. Grayscale: #7D7D7D. Windows color (decimal): -4826968 or 11032758. OLE color: 11032758.
HSL color Cylindrical-coordinate representation of color #B658A8: hue angle of 308.94º 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 #B658A8 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 88 | 168 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.29 |
| HSL | 308.94º | 0.39% | 0.53% | - |
| HSV(B) | 308.94º | 0.52% | 0.71% | - |
| XYZ | 29.85 | 19.75 | 39.29 | - |
| YUV | 125.23 | 152.14 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 88 | 168 | 0 | 0.52 | 0.08 | 0.29 | 308.94 | 0.39 | 0.53 |
| Hex | B6 | 58 | A8 | 0 | 34 | 8 | 1D | 135 | 27 | 35 |
| Octal | 266 | 130 | 250 | 0 | 64 | 10 | 35 | 465 | 47 | 65 |
| Binary | 10110110 | 1011000 | 10101000 | 0 | 110100 | 1000 | 11101 | 100110101 | 100111 | 110101 |
Color Harmonies of #B658A8
Complementary color
Monochromatic Colors of #B658A8
Black with #B658A8
Text Example
Text Example
White with #B658A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B658A8; }
p { color: rgb(182,88,168); }
H1.HeaderClassName
{
color: #B658A8;
}
.AnyTagClassName
{
color: #B658A8;
}
</style>
background-color css
<style>
a { background-color: #B658A8; }
a { background-color: rgb(182,88,168); }
div.DivClassName
{
background-color: #B658A8;
}
.BgClassName
{
background-color: #B658A8;
}
</style>
border-color css
<style>
span { border-color: #B658A8; }
span { border-color: rgb(182,88,168); }
td.TdClassName
{
border-color: #B658A8;
}
.TagClassName
{
border-color: #B658A8;
}
</style>