Shades of Violet Blue #B552A7
Tints of Violet Blue #B552A7
RGB
CMYK
RGB Variations
Color information
#B552A7 (or 0xB552A7) is known color: Violet Blue. HEX triplet: B5, 52 and A7. RGB value is (181,82,167). Sum of RGB (Red+Green+Blue) = 181+82+167=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 167 (65.62% from 255 or 38.84% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B552A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B552A7 is #4AAD58. Grayscale: #797979. Windows color (decimal): -4894041 or 10965685. OLE color: 10965685.
HSL color Cylindrical-coordinate representation of color #B552A7: hue angle of 308.48º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B552A7 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 82 | 167 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.29 |
| HSL | 308.48º | 0.4% | 0.52% | - |
| HSV(B) | 308.48º | 0.55% | 0.71% | - |
| XYZ | 29.05 | 18.65 | 38.63 | - |
| YUV | 121.29 | 153.8 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 167 | 0 | 0.55 | 0.08 | 0.29 | 308.48 | 0.4 | 0.52 |
| Hex | B5 | 52 | A7 | 0 | 37 | 8 | 1D | 134 | 28 | 34 |
| Octal | 265 | 122 | 247 | 0 | 67 | 10 | 35 | 464 | 50 | 64 |
| Binary | 10110101 | 1010010 | 10100111 | 0 | 110111 | 1000 | 11101 | 100110100 | 101000 | 110100 |
Color Harmonies of #B552A7
Complementary color
Monochromatic Colors of #B552A7
Black with #B552A7
Text Example
Text Example
White with #B552A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B552A7; }
p { color: rgb(181,82,167); }
H1.HeaderClassName
{
color: #B552A7;
}
.AnyTagClassName
{
color: #B552A7;
}
</style>
background-color css
<style>
a { background-color: #B552A7; }
a { background-color: rgb(181,82,167); }
div.DivClassName
{
background-color: #B552A7;
}
.BgClassName
{
background-color: #B552A7;
}
</style>
border-color css
<style>
span { border-color: #B552A7; }
span { border-color: rgb(181,82,167); }
td.TdClassName
{
border-color: #B552A7;
}
.TagClassName
{
border-color: #B552A7;
}
</style>