Shades of Violet Blue #B568AA
Tints of Violet Blue #B568AA
RGB
CMYK
RGB Variations
Color information
#B568AA (or 0xB568AA) is known color: Violet Blue. HEX triplet: B5, 68 and AA. RGB value is (181,104,170). Sum of RGB (Red+Green+Blue) = 181+104+170=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B568AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B568AA is #4A9755. Grayscale: #868686. Windows color (decimal): -4888406 or 11167925. OLE color: 11167925.
HSL color Cylindrical-coordinate representation of color #B568AA: hue angle of 308.57º degrees, saturation: 0.34, 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 #B568AA is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 104 | 170 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.29 |
| HSL | 308.57º | 0.34% | 0.56% | - |
| HSV(B) | 308.57º | 0.43% | 0.71% | - |
| XYZ | 31.26 | 22.63 | 40.75 | - |
| YUV | 134.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 170 | 0 | 0.43 | 0.06 | 0.29 | 308.57 | 0.34 | 0.56 |
| Hex | B5 | 68 | AA | 0 | 2B | 6 | 1D | 135 | 22 | 38 |
| Octal | 265 | 150 | 252 | 0 | 53 | 6 | 35 | 465 | 42 | 70 |
| Binary | 10110101 | 1101000 | 10101010 | 0 | 101011 | 110 | 11101 | 100110101 | 100010 | 111000 |
Color Harmonies of #B568AA
Complementary color
Monochromatic Colors of #B568AA
Black with #B568AA
Text Example
Text Example
White with #B568AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B568AA; }
p { color: rgb(181,104,170); }
H1.HeaderClassName
{
color: #B568AA;
}
.AnyTagClassName
{
color: #B568AA;
}
</style>
background-color css
<style>
a { background-color: #B568AA; }
a { background-color: rgb(181,104,170); }
div.DivClassName
{
background-color: #B568AA;
}
.BgClassName
{
background-color: #B568AA;
}
</style>
border-color css
<style>
span { border-color: #B568AA; }
span { border-color: rgb(181,104,170); }
td.TdClassName
{
border-color: #B568AA;
}
.TagClassName
{
border-color: #B568AA;
}
</style>