Shades of Violet Blue #B654A4
Tints of Violet Blue #B654A4
RGB
CMYK
RGB Variations
Color information
#B654A4 (or 0xB654A4) is known color: Violet Blue. HEX triplet: B6, 54 and A4. RGB value is (182,84,164). Sum of RGB (Red+Green+Blue) = 182+84+164=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 164 (64.45% from 255 or 38.14% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B654A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B654A4 is #49AB5B. Grayscale: #7A7A7A. Windows color (decimal): -4827996 or 10769590. OLE color: 10769590.
HSL color Cylindrical-coordinate representation of color #B654A4: hue angle of 311.02º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B654A4 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 84 | 164 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.29 |
| HSL | 311.02º | 0.4% | 0.52% | - |
| HSV(B) | 311.02º | 0.54% | 0.71% | - |
| XYZ | 29.16 | 18.97 | 37.25 | - |
| YUV | 122.42 | 151.47 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 84 | 164 | 0 | 0.54 | 0.10 | 0.29 | 311.02 | 0.4 | 0.52 |
| Hex | B6 | 54 | A4 | 0 | 36 | A | 1D | 137 | 28 | 34 |
| Octal | 266 | 124 | 244 | 0 | 66 | 12 | 35 | 467 | 50 | 64 |
| Binary | 10110110 | 1010100 | 10100100 | 0 | 110110 | 1010 | 11101 | 100110111 | 101000 | 110100 |
Color Harmonies of #B654A4
Complementary color
Monochromatic Colors of #B654A4
Black with #B654A4
Text Example
Text Example
White with #B654A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B654A4; }
p { color: rgb(182,84,164); }
H1.HeaderClassName
{
color: #B654A4;
}
.AnyTagClassName
{
color: #B654A4;
}
</style>
background-color css
<style>
a { background-color: #B654A4; }
a { background-color: rgb(182,84,164); }
div.DivClassName
{
background-color: #B654A4;
}
.BgClassName
{
background-color: #B654A4;
}
</style>
border-color css
<style>
span { border-color: #B654A4; }
span { border-color: rgb(182,84,164); }
td.TdClassName
{
border-color: #B654A4;
}
.TagClassName
{
border-color: #B654A4;
}
</style>