Shades of Violet Blue #B565AC
Tints of Violet Blue #B565AC
RGB
CMYK
RGB Variations
Color information
#B565AC (or 0xB565AC) is known color: Violet Blue. HEX triplet: B5, 65 and AC. RGB value is (181,101,172). Sum of RGB (Red+Green+Blue) = 181+101+172=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 181 - color contains mainly: red. Hex color #B565AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B565AC is #4A9A53. Grayscale: #848484. Windows color (decimal): -4889172 or 11298229. OLE color: 11298229.
HSL color Cylindrical-coordinate representation of color #B565AC: hue angle of 306.75º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B565AC is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 101 | 172 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.29 |
| HSL | 306.75º | 0.35% | 0.55% | - |
| HSV(B) | 306.75º | 0.44% | 0.71% | - |
| XYZ | 31.16 | 22.11 | 41.66 | - |
| YUV | 133.01 | 150 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 172 | 0 | 0.44 | 0.05 | 0.29 | 306.75 | 0.35 | 0.55 |
| Hex | B5 | 65 | AC | 0 | 2C | 5 | 1D | 133 | 23 | 37 |
| Octal | 265 | 145 | 254 | 0 | 54 | 5 | 35 | 463 | 43 | 67 |
| Binary | 10110101 | 1100101 | 10101100 | 0 | 101100 | 101 | 11101 | 100110011 | 100011 | 110111 |
Color Harmonies of #B565AC
Complementary color
Monochromatic Colors of #B565AC
Black with #B565AC
Text Example
Text Example
White with #B565AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B565AC; }
p { color: rgb(181,101,172); }
H1.HeaderClassName
{
color: #B565AC;
}
.AnyTagClassName
{
color: #B565AC;
}
</style>
background-color css
<style>
a { background-color: #B565AC; }
a { background-color: rgb(181,101,172); }
div.DivClassName
{
background-color: #B565AC;
}
.BgClassName
{
background-color: #B565AC;
}
</style>
border-color css
<style>
span { border-color: #B565AC; }
span { border-color: rgb(181,101,172); }
td.TdClassName
{
border-color: #B565AC;
}
.TagClassName
{
border-color: #B565AC;
}
</style>