Shades of Violet Blue #B567A6
Tints of Violet Blue #B567A6
RGB
CMYK
RGB Variations
Color information
#B567A6 (or 0xB567A6) is known color: Violet Blue. HEX triplet: B5, 67 and A6. RGB value is (181,103,166). Sum of RGB (Red+Green+Blue) = 181+103+166=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 166 (65.23% from 255 or 36.89% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B567A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B567A6 is #4A9859. Grayscale: #858585. Windows color (decimal): -4888666 or 10905525. OLE color: 10905525.
HSL color Cylindrical-coordinate representation of color #B567A6: hue angle of 311.54º 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 #B567A6 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 103 | 166 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.29 |
| HSL | 311.54º | 0.35% | 0.56% | - |
| HSV(B) | 311.54º | 0.43% | 0.71% | - |
| XYZ | 30.79 | 22.28 | 38.75 | - |
| YUV | 133.5 | 146.34 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 166 | 0 | 0.43 | 0.08 | 0.29 | 311.54 | 0.35 | 0.56 |
| Hex | B5 | 67 | A6 | 0 | 2B | 8 | 1D | 138 | 23 | 38 |
| Octal | 265 | 147 | 246 | 0 | 53 | 10 | 35 | 470 | 43 | 70 |
| Binary | 10110101 | 1100111 | 10100110 | 0 | 101011 | 1000 | 11101 | 100111000 | 100011 | 111000 |
Color Harmonies of #B567A6
Complementary color
Monochromatic Colors of #B567A6
Black with #B567A6
Text Example
Text Example
White with #B567A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B567A6; }
p { color: rgb(181,103,166); }
H1.HeaderClassName
{
color: #B567A6;
}
.AnyTagClassName
{
color: #B567A6;
}
</style>
background-color css
<style>
a { background-color: #B567A6; }
a { background-color: rgb(181,103,166); }
div.DivClassName
{
background-color: #B567A6;
}
.BgClassName
{
background-color: #B567A6;
}
</style>
border-color css
<style>
span { border-color: #B567A6; }
span { border-color: rgb(181,103,166); }
td.TdClassName
{
border-color: #B567A6;
}
.TagClassName
{
border-color: #B567A6;
}
</style>