Shades of Violet Blue #B567A2
Tints of Violet Blue #B567A2
RGB
CMYK
RGB Variations
Color information
#B567A2 (or 0xB567A2) is known color: Violet Blue. HEX triplet: B5, 67 and A2. RGB value is (181,103,162). Sum of RGB (Red+Green+Blue) = 181+103+162=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 162 (63.67% from 255 or 36.32% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B567A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B567A2 is #4A985D. Grayscale: #848484. Windows color (decimal): -4888670 or 10643381. OLE color: 10643381.
HSL color Cylindrical-coordinate representation of color #B567A2: hue angle of 314.62º 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 #B567A2 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 103 | 162 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.29 |
| HSL | 314.62º | 0.35% | 0.56% | - |
| HSV(B) | 314.62º | 0.43% | 0.71% | - |
| XYZ | 30.43 | 22.13 | 36.85 | - |
| YUV | 133.05 | 144.34 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 162 | 0 | 0.43 | 0.10 | 0.29 | 314.62 | 0.35 | 0.56 |
| Hex | B5 | 67 | A2 | 0 | 2B | A | 1D | 13B | 23 | 38 |
| Octal | 265 | 147 | 242 | 0 | 53 | 12 | 35 | 473 | 43 | 70 |
| Binary | 10110101 | 1100111 | 10100010 | 0 | 101011 | 1010 | 11101 | 100111011 | 100011 | 111000 |
Color Harmonies of #B567A2
Complementary color
Monochromatic Colors of #B567A2
Black with #B567A2
Text Example
Text Example
White with #B567A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B567A2; }
p { color: rgb(181,103,162); }
H1.HeaderClassName
{
color: #B567A2;
}
.AnyTagClassName
{
color: #B567A2;
}
</style>
background-color css
<style>
a { background-color: #B567A2; }
a { background-color: rgb(181,103,162); }
div.DivClassName
{
background-color: #B567A2;
}
.BgClassName
{
background-color: #B567A2;
}
</style>
border-color css
<style>
span { border-color: #B567A2; }
span { border-color: rgb(181,103,162); }
td.TdClassName
{
border-color: #B567A2;
}
.TagClassName
{
border-color: #B567A2;
}
</style>