Shades of Violet Blue #B567A1
Tints of Violet Blue #B567A1
RGB
CMYK
RGB Variations
Color information
#B567A1 (or 0xB567A1) is known color: Violet Blue. HEX triplet: B5, 67 and A1. RGB value is (181,103,161). Sum of RGB (Red+Green+Blue) = 181+103+161=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B567A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B567A1 is #4A985E. Grayscale: #848484. Windows color (decimal): -4888671 or 10577845. OLE color: 10577845.
HSL color Cylindrical-coordinate representation of color #B567A1: hue angle of 315.38º 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 #B567A1 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 103 | 161 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.29 |
| HSL | 315.38º | 0.35% | 0.56% | - |
| HSV(B) | 315.38º | 0.43% | 0.71% | - |
| XYZ | 30.34 | 22.1 | 36.38 | - |
| YUV | 132.93 | 143.84 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 161 | 0 | 0.43 | 0.11 | 0.29 | 315.38 | 0.35 | 0.56 |
| Hex | B5 | 67 | A1 | 0 | 2B | B | 1D | 13B | 23 | 38 |
| Octal | 265 | 147 | 241 | 0 | 53 | 13 | 35 | 473 | 43 | 70 |
| Binary | 10110101 | 1100111 | 10100001 | 0 | 101011 | 1011 | 11101 | 100111011 | 100011 | 111000 |
Color Harmonies of #B567A1
Complementary color
Monochromatic Colors of #B567A1
Black with #B567A1
Text Example
Text Example
White with #B567A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B567A1; }
p { color: rgb(181,103,161); }
H1.HeaderClassName
{
color: #B567A1;
}
.AnyTagClassName
{
color: #B567A1;
}
</style>
background-color css
<style>
a { background-color: #B567A1; }
a { background-color: rgb(181,103,161); }
div.DivClassName
{
background-color: #B567A1;
}
.BgClassName
{
background-color: #B567A1;
}
</style>
border-color css
<style>
span { border-color: #B567A1; }
span { border-color: rgb(181,103,161); }
td.TdClassName
{
border-color: #B567A1;
}
.TagClassName
{
border-color: #B567A1;
}
</style>