Shades of Violet Blue #B259AC
Tints of Violet Blue #B259AC
RGB
CMYK
RGB Variations
Color information
#B259AC (or 0xB259AC) is known color: Violet Blue. HEX triplet: B2, 59 and AC. RGB value is (178,89,172). Sum of RGB (Red+Green+Blue) = 178+89+172=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B259AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B259AC is #4DA653. Grayscale: #7C7C7C. Windows color (decimal): -5088852 or 11295154. OLE color: 11295154.
HSL color Cylindrical-coordinate representation of color #B259AC: hue angle of 304.04º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B259AC is Cyan = 0, Magento = 0.5, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 89 | 172 | - |
| CMYK | 0 | 0.5 | 0.03 | 0.30 |
| HSL | 304.05º | 0.37% | 0.52% | - |
| HSV(B) | 304.05º | 0.5% | 0.7% | - |
| XYZ | 29.38 | 19.59 | 41.26 | - |
| YUV | 125.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 89 | 172 | 0 | 0.5 | 0.03 | 0.30 | 304.05 | 0.37 | 0.52 |
| Hex | B2 | 59 | AC | 0 | 32 | 3 | 1E | 130 | 25 | 34 |
| Octal | 262 | 131 | 254 | 0 | 62 | 3 | 36 | 460 | 45 | 64 |
| Binary | 10110010 | 1011001 | 10101100 | 0 | 110010 | 11 | 11110 | 100110000 | 100101 | 110100 |
Color Harmonies of #B259AC
Complementary color
Monochromatic Colors of #B259AC
Black with #B259AC
Text Example
Text Example
White with #B259AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B259AC; }
p { color: rgb(178,89,172); }
H1.HeaderClassName
{
color: #B259AC;
}
.AnyTagClassName
{
color: #B259AC;
}
</style>
background-color css
<style>
a { background-color: #B259AC; }
a { background-color: rgb(178,89,172); }
div.DivClassName
{
background-color: #B259AC;
}
.BgClassName
{
background-color: #B259AC;
}
</style>
border-color css
<style>
span { border-color: #B259AC; }
span { border-color: rgb(178,89,172); }
td.TdClassName
{
border-color: #B259AC;
}
.TagClassName
{
border-color: #B259AC;
}
</style>