Shades of Violet Blue #B567A4
Tints of Violet Blue #B567A4
RGB
CMYK
RGB Variations
Color information
#B567A4 (or 0xB567A4) is known color: Violet Blue. HEX triplet: B5, 67 and A4. RGB value is (181,103,164). Sum of RGB (Red+Green+Blue) = 181+103+164=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B567A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B567A4 is #4A985B. Grayscale: #858585. Windows color (decimal): -4888668 or 10774453. OLE color: 10774453.
HSL color Cylindrical-coordinate representation of color #B567A4: hue angle of 313.08º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B567A4 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 103 | 164 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.29 |
| HSL | 313.08º | 0.35% | 0.56% | - |
| HSV(B) | 313.08º | 0.43% | 0.71% | - |
| XYZ | 30.61 | 22.2 | 37.79 | - |
| YUV | 133.28 | 145.34 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 164 | 0 | 0.43 | 0.09 | 0.29 | 313.08 | 0.35 | 0.56 |
| Hex | B5 | 67 | A4 | 0 | 2B | 9 | 1D | 139 | 23 | 38 |
| Octal | 265 | 147 | 244 | 0 | 53 | 11 | 35 | 471 | 43 | 70 |
| Binary | 10110101 | 1100111 | 10100100 | 0 | 101011 | 1001 | 11101 | 100111001 | 100011 | 111000 |
Color Harmonies of #B567A4
Complementary color
Monochromatic Colors of #B567A4
Black with #B567A4
Text Example
Text Example
White with #B567A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B567A4; }
p { color: rgb(181,103,164); }
H1.HeaderClassName
{
color: #B567A4;
}
.AnyTagClassName
{
color: #B567A4;
}
</style>
background-color css
<style>
a { background-color: #B567A4; }
a { background-color: rgb(181,103,164); }
div.DivClassName
{
background-color: #B567A4;
}
.BgClassName
{
background-color: #B567A4;
}
</style>
border-color css
<style>
span { border-color: #B567A4; }
span { border-color: rgb(181,103,164); }
td.TdClassName
{
border-color: #B567A4;
}
.TagClassName
{
border-color: #B567A4;
}
</style>