Shades of Violet Blue #B651A4
Tints of Violet Blue #B651A4
RGB
CMYK
RGB Variations
Color information
#B651A4 (or 0xB651A4) is known color: Violet Blue. HEX triplet: B6, 51 and A4. RGB value is (182,81,164). Sum of RGB (Red+Green+Blue) = 182+81+164=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 164 (64.45% from 255 or 38.41% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B651A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B651A4 is #49AE5B. Grayscale: #787878. Windows color (decimal): -4828764 or 10768822. OLE color: 10768822.
HSL color Cylindrical-coordinate representation of color #B651A4: hue angle of 310.69º degrees, saturation: 0.41, 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 #B651A4 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 81 | 164 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.29 |
| HSL | 310.69º | 0.41% | 0.52% | - |
| HSV(B) | 310.69º | 0.55% | 0.71% | - |
| XYZ | 28.93 | 18.51 | 37.17 | - |
| YUV | 120.66 | 152.46 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 81 | 164 | 0 | 0.55 | 0.10 | 0.29 | 310.69 | 0.41 | 0.52 |
| Hex | B6 | 51 | A4 | 0 | 37 | A | 1D | 137 | 29 | 34 |
| Octal | 266 | 121 | 244 | 0 | 67 | 12 | 35 | 467 | 51 | 64 |
| Binary | 10110110 | 1010001 | 10100100 | 0 | 110111 | 1010 | 11101 | 100110111 | 101001 | 110100 |
Color Harmonies of #B651A4
Complementary color
Monochromatic Colors of #B651A4
Black with #B651A4
Text Example
Text Example
White with #B651A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B651A4; }
p { color: rgb(182,81,164); }
H1.HeaderClassName
{
color: #B651A4;
}
.AnyTagClassName
{
color: #B651A4;
}
</style>
background-color css
<style>
a { background-color: #B651A4; }
a { background-color: rgb(182,81,164); }
div.DivClassName
{
background-color: #B651A4;
}
.BgClassName
{
background-color: #B651A4;
}
</style>
border-color css
<style>
span { border-color: #B651A4; }
span { border-color: rgb(182,81,164); }
td.TdClassName
{
border-color: #B651A4;
}
.TagClassName
{
border-color: #B651A4;
}
</style>