Shades of Butterfly Bush #655180
Tints of Butterfly Bush #655180
RGB
CMYK
RGB Variations
Color information
#655180 (or 0x655180) is known color: Butterfly Bush. HEX triplet: 65, 51 and 80. RGB value is (101,81,128). Sum of RGB (Red+Green+Blue) = 101+81+128=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 128 - color contains mainly: blue. Hex color #655180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655180 is #9AAE7F. Grayscale: #5C5C5C. Windows color (decimal): -10137216 or 8409445. OLE color: 8409445.
HSL color Cylindrical-coordinate representation of color #655180: hue angle of 265.53º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #655180 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 81 | 128 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.50 |
| HSL | 265.53º | 0.22% | 0.41% | - |
| HSV(B) | 265.53º | 0.37% | 0.5% | - |
| XYZ | 12.21 | 10.21 | 21.75 | - |
| YUV | 92.34 | 148.13 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 128 | 0.21 | 0.37 | 0 | 0.50 | 265.53 | 0.22 | 0.41 |
| Hex | 65 | 51 | 80 | 15 | 25 | 0 | 32 | 10A | 16 | 29 |
| Octal | 145 | 121 | 200 | 25 | 45 | 0 | 62 | 412 | 26 | 51 |
| Binary | 1100101 | 1010001 | 10000000 | 10101 | 100101 | 0 | 110010 | 100001010 | 10110 | 101001 |
Color Harmonies of #655180
Complementary color
Monochromatic Colors of #655180
Black with #655180
Text Example
Text Example
White with #655180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655180; }
p { color: rgb(101,81,128); }
H1.HeaderClassName
{
color: #655180;
}
.AnyTagClassName
{
color: #655180;
}
</style>
background-color css
<style>
a { background-color: #655180; }
a { background-color: rgb(101,81,128); }
div.DivClassName
{
background-color: #655180;
}
.BgClassName
{
background-color: #655180;
}
</style>
border-color css
<style>
span { border-color: #655180; }
span { border-color: rgb(101,81,128); }
td.TdClassName
{
border-color: #655180;
}
.TagClassName
{
border-color: #655180;
}
</style>